diff --git a/.github/workflows/create-issue.yml b/.github/workflows/create-issue.yml index 0b12cc2..d583355 100644 --- a/.github/workflows/create-issue.yml +++ b/.github/workflows/create-issue.yml @@ -48,7 +48,7 @@ jobs: echo "RAW LABELS: $RAW_LABELS" LABELS=$(echo "$RAW_LABELS" | sed -r 's/\s*backport\S+//g' | sed -r 's/\s*require\/auto-e2e-test//g' | xargs | sed 's/ /, /g') echo "LABELS: $LABELS" - echo "::set-output name=labels::$LABELS" + echo "labels=$LABELS" >> $GITHUB_OUTPUT - name: Create Backport Issue if: fromJSON(steps.is-longhorn-member.outputs.teams)[0] != null && fromJSON(steps.if-backport-issue-exists.outputs.issues)[0] == null uses: dacbd/create-issue-action@v1