From 7bc80ddf1011a4ae1562ca5fa49ec11f485468f0 Mon Sep 17 00:00:00 2001 From: "Terry.McGuinness" Date: Tue, 30 May 2023 22:40:41 +0000 Subject: [PATCH] syntax4 fix for added output need hera action --- .github/workflows/hera.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hera.yaml b/.github/workflows/hera.yaml index a390307a84..40370d5225 100644 --- a/.github/workflows/hera.yaml +++ b/.github/workflows/hera.yaml @@ -11,10 +11,10 @@ jobs: get_labels: runs-on: ubuntu-latest outputs: - labels: ${{ steps.get_labels_id.outputs.labels }} + output_labels: ${{ steps.get_labels_id.outputs.labels }} steps: - name: Get the PR labels dynamically - id: getr_labels_id + id: get_labels_id run: | labels="$(gh api repos/$OWNER/$REPO_NAME/pulls/$PULL_REQUEST_NUMBER --jq '.labels.[].name')" >> $GITHUB_OUTPUT echo "$labels" @@ -35,7 +35,7 @@ jobs: - name: Passed uses: schneegans/dynamic-badges-action@v1.6.0 with: - input_var: ${{ needs.get_labels.outputs.labels }} + input_labels: ${{ needs.get_labels.outputs.output_labels }} auth: ${{ secrets.CLI_DYNAMIC_BADGES }} gistID: 13060fc1a0cd9368a4ee94171785fe9d filename: hera.json