From c491232c2f6c5793ceebbab05558ec9dbfc17e8b Mon Sep 17 00:00:00 2001 From: jongwooo Date: Sun, 3 Sep 2023 12:58:26 +0900 Subject: [PATCH] Replace deprecated command with environment file --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index f8108a0..48f2dae 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -25,7 +25,7 @@ jobs: - id: continue name: Determine if should continue if: env.RUN_JOBS == 'true' - run: echo "::set-output name=runjobs::true" + run: echo "runjobs=true" >> $GITHUB_OUTPUT deploy_artifacts: name: Deploy Artifacts