Trigger Another Repository's Github Action Workflow and Wait for Result

Поділитися
Вставка
  • Опубліковано 30 бер 2021
  • In this lesson, I will walk you through triggering a workflow in a second Github repository. The most common use case is probably for triggering a single batch of tests while your code base is divided among multiple repositories. Another great use is triggering deployments of your API (in its own repo) before deploying your frontend (web app). This can be done fairly simply with a Github Action called Trigger Workflow and Wait.
    Written tutorial: keithweaver.ca/lessons/trigge...
    Github Action: github.com/convictional/trigg...

КОМЕНТАРІ • 14

  • @Denkomir
    @Denkomir 10 місяців тому

    Thanks for this video. Really explained it well.

  • @muhammed_rahif
    @muhammed_rahif 2 роки тому +1

    Well... It worked fine! 🤩️ Thank u..

  • @venkatkola8551
    @venkatkola8551 2 роки тому +1

    Thank you Brother. It gave me the best solution. My workflow has inputs. Still your contribution has worked

    • @venkatkola8551
      @venkatkola8551 2 роки тому

      can I call multiple repos?
      ex: I have 7 repos

  • @oleksandrshevchuk448
    @oleksandrshevchuk448 2 роки тому +2

    do we have some core github instrument to make communication between repos?

  • @sfincione2000
    @sfincione2000 2 роки тому +1

    Would it make sense to pass the run_id of the workflow that uses this custom action so that you don't have to guess which run is the one you're waiting for?

  • @NaveenReddy-gt4pp
    @NaveenReddy-gt4pp Рік тому

    i have 3 repos A,B,C and each having workflows repo A is main(trigger)workflow if i get error message on any repo B and C will i get error notification on main (trigger) repo..... if not how to setup the configuration ?

  • @yogeshpat6969
    @yogeshpat6969 3 роки тому

    hello sir yogesh is here, i got the task that i have to impliment UI and i have to fetch stock api from alpha vantage site and that data have to show in UI, i have seen your video but please help me out to reach the data to UI

  • @_sona_vlogs_
    @_sona_vlogs_ Рік тому

    Hi Sir,
    how to do same thing in windows Os. please do reply as early as possible

  • @israelterorisprikopat
    @israelterorisprikopat Місяць тому

    how about the time cant be prodicted ? 20s, 30s, 40s or event 600s ?

  • @salaimangai216
    @salaimangai216 2 роки тому

    Hi.. I want my automation scripts to get executed as soon developer pushes the code into their repo. How can we achieve this.

    • @oleksandrshevchuk448
      @oleksandrshevchuk448 2 роки тому

      have u implemented such logic? Im looking for solution for similar task

  • @truepatriot7355
    @truepatriot7355 10 місяців тому

    it's failing for me