Skip to content

Commit

Permalink
Merge pull request #6 from diegosz/master
Browse files Browse the repository at this point in the history
fix set-output deprecation
  • Loading branch information
nabeken authored Jan 16, 2023
2 parents c719a65 + f078d85 commit 63b4faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ runs:
T=$(mktemp)
trap "rm -f $T" 1 2 3 15
env GITHUB_PRIV_KEY="${{ inputs.private_key }}" go-github-apps -inst-id ${{ inputs.installation_id }} -app-id ${{ inputs.app_id }} > $T
echo "::set-output name=github_token::$(cat $T)"
echo "github_token=$(cat $T)" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit 63b4faa

Please sign in to comment.