Skip to content

Commit

Permalink
Merge pull request #91 from TerrenceMcGuinness-NOAA/feature_1643_badges
Browse files Browse the repository at this point in the history
Update testhera.yaml
  • Loading branch information
TerrenceMcGuinness-NOAA committed May 31, 2023
2 parents f25fd66 + 2e812c9 commit a2c4f1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testhera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
getlabels:
runs-on: ubuntu-latest
outputs:
labels: ${{ steps.myid.outputs.labels }}
test: ${{ steps.myid.outputs.tests }}
mylabels: ${{ steps.myid.outputs.mylabels }}
mytest: ${{ steps.myid.outputs.mytests }}
steps:
- name: Get Lables Steps
id: myid
env:
FOO: foobar
MYTEST: foobar
run: |
echo "test=$FOO"
echo "test=$FOO" >> $GITHUB_OUTPUT
echo "mytest $MYTEST"
echo "mytest=$MYTEST" >> $GITHUB_OUTPUT
test:
runs-on: ubuntu-latest
Expand All @@ -32,4 +32,4 @@ jobs:
run: |
echo "testme: $testme"
env:
testme: ${{ needs.getlabels.outputs.test }}
testme: ${{ needs.getlabels.outputs.mytest }}

0 comments on commit a2c4f1a

Please sign in to comment.