From e4c8f27c732ba9bd98ac6be0583096dea82feea5 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 21 Feb 2024 14:22:45 -0800 Subject: [PATCH] Avoid deprecated ::set-output workflow command. Signed-off-by: Anders Kaseorg --- .github/workflows/local-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/local-test.yml b/.github/workflows/local-test.yml index e405904..6f7cde5 100644 --- a/.github/workflows/local-test.yml +++ b/.github/workflows/local-test.yml @@ -18,10 +18,8 @@ jobs: run: npm run package - name: Check whether integrations tests should be enabled id: enable_integration_tests - env: - ZULIP_API_KEY: ${{ secrets.ZULIP_API_KEY }} run: | - echo "::set-output name=value::${{ env.ZULIP_API_KEY != '' }}" + echo 'value=${{ secrets.ZULIP_API_KEY != '' }}' >> "$GITHUB_OUTPUT" - name: Send a stream message uses: ./send-message with: