Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor12321 authored Nov 10, 2023
1 parent 42e2d64 commit 4c03a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: survived first job
id: second_job
env:
lastjob_output: ${{ needs.color-selector.outputs.SELECTED_COLOR }}
lastjob_output: ${{ needs.build.outputs.SELECTED_COLOR }}
run: echo "The selected color from previous job is $lastjob_output"
echo "$lastjob_output survived first job!"

Expand Down

0 comments on commit 4c03a17

Please sign in to comment.