Use Outputs to Share Data Between Jobs // GitHub Actions

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 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

ความคิดเห็น • 19

  • @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

  • @TomGrubbe
    @TomGrubbe 6 วันที่ผ่านมา

    That's pretty cool. You could theoretically capture the output of a process on Linux on one job, then feed that output to another job that runs-on Windows.

  • @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

  • @dennisgonzales9521
    @dennisgonzales9521 2 ปีที่แล้ว

    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'?

  • @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.

  • @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 ?

  • @adrian_franczak
    @adrian_franczak ปีที่แล้ว

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

  • @user-mn3mt5wm2e
    @user-mn3mt5wm2e ปีที่แล้ว +1

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

  • @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?

  • @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 😂