Skip to content

Commit

Permalink
Merge pull request #100 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 Jun 1, 2023
2 parents 4c85cc7 + 586f61b commit d96b37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testhera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
REPO_NAME: ${{ github.event.repository.name }}
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
run: |
MYLABELS="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUEST_NUMBER --jq '.labels.[].name')"
MYLABELS1="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUEST_NUMBER --jq '.labels.[].name')"
MYLABELS=$(echo "$MYLABELS1" | tr '\n' ' ')
echo "mytest: $MYTEST"
echo "mylabels: $MYLABELS"
echo "mytest=$MYTEST" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d96b37d

Please sign in to comment.