Skip to content

Commit

Permalink
Update hello.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceMcGuinness-NOAA committed May 31, 2023
1 parent 2bff14b commit 6ac0201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
echo "some_var=$SOME_VAR" >> $GITHUB_ENV
echo "another var: $ANOTHER_VAR"
echo "another_var=$ANOTHER_VAR" >> $GITHUB_ENV
passed:
runs-on: ubuntu-latest
needs:
Expand All @@ -41,8 +42,7 @@ jobs:
steps:
- name: Passed
run: |
echo "needs: ${{ needs.print.output.som_var }}"
echo "env: $input_var_env"
echo "another: $another_input_var"
echo "out: $input_var"
env:
Expand Down

0 comments on commit 6ac0201

Please sign in to comment.