Skip to content

Commit

Permalink
Merge pull request #41 from TerrenceMcGuinness-NOAA/feature_1643_badges
Browse files Browse the repository at this point in the history
 arrrgg for added output need hera action
  • Loading branch information
TerrenceMcGuinness-NOAA authored May 30, 2023
2 parents 8099c77 + d247a7f commit 8fc1a4e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/hera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,19 @@ jobs:
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}

passed:
if: ${{ github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
needs: get_labels
if: ${{ github.event.pull_request.merged == true }}
- env:
input_labels: ${{ needs.get_labels.outputs.output_labels }}

steps:
- name: Passed
uses: schneegans/dynamic-badges-action@v1.6.0
- env:
input_labels: ${{ needs.get_labels.outputs.output_labels }}
with:
auth: ${{ secrets.CLI_DYNAMIC_BADGES }}
gistID: 13060fc1a0cd9368a4ee94171785fe9d
filename: hera.json
label: Orion
label: Hera
message: Passed
color: green

Expand Down

0 comments on commit 8fc1a4e

Please sign in to comment.