Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor12321 committed Nov 10, 2023
1 parent 000c7d7 commit 598786a
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 @@ -25,7 +25,7 @@ jobs:
- name: survived first job
id: second_job
env:
SELECTED_COLOR: ${{ jobs.build.steps.color-selector.outputs.SELECTED_COLOR }}
SELECTED_COLOR: ${{ steps.color-selector.outputs.SELECTED_COLOR }}
run: echo "The selected color from previous job is $SELECTED_COLOR"
echo "$SELECTED_COLOR survived first job!"

Expand Down

0 comments on commit 598786a

Please sign in to comment.