Use Outputs to Share Data Between Jobs // GitHub Actions

Поділитися
Вставка
  • Опубліковано 5 лип 2024
  • GitHub Action jobs may run separately but the data doesn't have to stay that way.
    By using Outputs, we can pass data between our various jobs.
    This can become really helpful as business logic becomes more complex.
    In this video we will discuss what outputs are, why you would use them...
    And then finish with a demo of how to add them to a workflow.
    ►► The Starter Guide for GitHub (Free PDF)
    Learn 2 key GitHub benefits for data engineers + get a cmd cheat sheet so you can develop like a pro → bit.ly/starter-github
    Timestamps:
    0:00 - Intro
    0:46 - Why use outputs?
    1:18 - Where are they set?
    2:17 - Demo
    Title & Tags:
    How to use Outputs in Github Action Workflows | Github Actions Tutorial for Beginners
    #kahandatasolutions #dataengineering #github

КОМЕНТАРІ • 18

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

    ►► The Starter Guide for GitHub (Free PDF) → bit.ly/starter-github
    Learn 2 key benefits for data engineers + a command cheat sheet so you can develop like a pro

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

    I like how you started with the basics then ramped up to something that would likely be used in real world. Thank you!

  • @SunLake-pr1di
    @SunLake-pr1di Рік тому +1

    Great information, thanks for sharing

  • @user-mu3up9fw8s
    @user-mu3up9fw8s 4 місяці тому

    Thanks a lot mate!

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

    Great video, thanks

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

    Hey, great post, is it possible to use output from a reusable workflow. Say if you moved job1 to a separate workflow 'workflow_call'?

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

    thanks!!!!

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

    Hello, great video!
    What if we receive the message: "Skip output VARIABLE since it may contain secret".
    Is there a way to avoid this github actions warning message?
    Thanks.

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

    What’s the limit for outputs and it will be better to use artifacts or cache?

  • @Ravimishra-mf7cd
    @Ravimishra-mf7cd 11 місяців тому

    I am trying to plot a bar using plotly but the bar is not showing. Could you please help me with this? I am doing the plotting in python file but I am not sure if I should use Output or how can I do this?

  • @user-mn3mt5wm2e
    @user-mn3mt5wm2e Рік тому +1

    Do you updated video of regarding $GITHUB_OUTPUT since this one is already depracated

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

    In a single workflow, How do i get list of failed jobs list and successful job s list?

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

      You can see it visually under the "Actions" tab. If you click on a specific workflow run you can see which jobs & steps passed/failed.

  • @user-cz3lp8ni7e
    @user-cz3lp8ni7e 4 місяці тому

    Okay but are you single 😂

  • @veloz7860
    @veloz7860 Рік тому +2

    It would be good to update this with $GITHUB_OUTPUT now that ::set-output:: is being deprecated...

    • @user-mn3mt5wm2e
      @user-mn3mt5wm2e Рік тому

      Hello @Veloz do you know if there's any video tutorial for $GITHUB_OUTPUT ?