Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-maurya authored Jul 23, 2024
1 parent 4cdd1af commit 5dd9d03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
- name: Read variable
run: |
echo ${{ needs.my-job.outputs.output1 }}
my-third-job:
name: third-job
needs: my-second-job
runs-on: self-hosted
steps:
- name: Read from job1
run: |
echo ${{ needs.my-job.outputs.output1 }}

0 comments on commit 5dd9d03

Please sign in to comment.