From 5498fb64377ac77e3fe601d50cea0936bc973d25 Mon Sep 17 00:00:00 2001
From: "Terry.McGuinness" <Terry.McGuinness@noaa.gov>
Date: Wed, 31 May 2023 00:03:34 +0000
Subject: [PATCH]  arrrgg 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 962743bdc..48847cc52 100644
--- a/.github/workflows/hera.yaml
+++ b/.github/workflows/hera.yaml
@@ -11,7 +11,7 @@ jobs:
   get_labels:
     runs-on: ubuntu-latest
     outputs:
-      output_labels: ${{ steps.get_labels_id.outputs.labels }}
+      labels: ${{ steps.get_labels_id.outputs.labels }}
     steps:
       - id: get_labels_id
         run: |
@@ -46,8 +46,8 @@ jobs:
     if: ${{ github.event.pull_request.merged == true }}
     steps:
       - env:
-         input_labels2: ${{ needs.get_labels.outputs.output_labels }}
-        run: echo "$input_labels2"
+         labels: ${{ needs.get_labels.outputs.labels }}
+        run: echo "$labels"
         
   pending:
     if: ${{ github.event.label.name != 'CI-Hera-Passed'  && github.event.pull_request.merged == true }}
-- 
GitLab