Skip to content

Commit

Permalink
Avoid deprecated ::set-output workflow command.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <anders@zulip.com>
  • Loading branch information
andersk committed Feb 21, 2024
1 parent c024308 commit e4c8f27
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/local-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4c8f27

Please sign in to comment.