Skip to content

Commit

Permalink
Remove deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Nov 18, 2023
1 parent 1900b7e commit e8b72ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/composite/setupGitForOSBotifyApp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ runs:
shell: bash
run: |
if [[ -f .github/workflows/OSBotify-private-key.asc.gpg ]]; then
echo "::set-output name=key_exists::true"
echo "key_exists=true" >> "$GITHUB_OUTPUT"
fi
- name: Checkout
uses: actions/checkout@v4
if: steps.key_check.outputs.key_exists != 'true'
Expand Down

0 comments on commit e8b72ec

Please sign in to comment.