From 66c4411ddd0a8e164bf4cda68541a239469d1b8e Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 3 Jan 2023 12:11:54 -0800 Subject: [PATCH] update set-output cmds --- .github/workflows/sync-labels.yml | 2 +- .github/workflows/test-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 70085bd..1c87f1d 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -103,7 +103,7 @@ jobs: run: | # Use of this flag in the github-label-sync command will cause it to only check the validity of the # configuration. - echo "::set-output name=flag::--dry-run" + echo "flag=--dry-run" >> "$GITHUB_OUTPUT" - name: Checkout repository uses: actions/checkout@v3 diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 73b2607..867c439 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -101,7 +101,7 @@ jobs: - name: Set report artifact name id: report-artifact-name run: | - echo "::set-output name=report-artifact-name::${{ github.job }}" + echo "report-artifact-name=${{ github.job }}" >> "$GITHUB_OUTPUT" - name: Save sketches report as workflow artifact uses: actions/upload-artifact@v3