Skip to content

Commit

Permalink
Merge pull request #81 from TerrenceMcGuinness-NOAA/feature_1643_badges
Browse files Browse the repository at this point in the history
Update hello.yaml
  • Loading branch information
TerrenceMcGuinness-NOAA authored May 31, 2023
2 parents c687d08 + 32b45e1 commit b748866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/hello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:

steps:
- name: Passed
run: echo "$${{ needs.print.output.som_var }}"
run: |
echo "needs: ${{ needs.print.output.som_var }}"
echo "env: $input_var_env"
echo "out: $input_var"
env:
input_var: ${{ needs.print.outputs.some_var }}
another_input_var: ${{ needs.print.outputs.another_var }}
Expand Down

0 comments on commit b748866

Please sign in to comment.