From 15fae1ba47fa2d73bad045307cdb33ed3c25f233 Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Mon, 16 Oct 2023 18:07:07 +0900 Subject: [PATCH] Replace deprecated command with environment file Signed-off-by: Jongwoo Han --- .github/workflows/create-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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