Skip to content

Commit

Permalink
Merge pull request #85 from TerrenceMcGuinness-NOAA/feature_1643_badges
Browse files Browse the repository at this point in the history
Feature 1643 badges
  • Loading branch information
TerrenceMcGuinness-NOAA committed May 31, 2023
2 parents adc48e1 + b51d5cb commit 87923b7
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions .github/workflows/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
echo "test=foo" >> $GITHUB_OUTPUT
echo "test=foo" >> $GITHUB_ENV
env:
test: foo_bar
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO_NAME: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 87923b7

Please sign in to comment.