Skip to content

Commit

Permalink
Replace set-output with GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Oct 21, 2022
1 parent e08a53e commit 35c5fe3
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 @@ -50,7 +50,7 @@ runs:
trap 'echo "::remove-matcher owner=freckle-weeder::"' EXIT
tmp=$(mktemp)
echo "::set-output name=log::$tmp"
echo "log=$tmp" >>"$GITHUB_OUTPUT"
cd '${{ inputs.working-directory }}'
prefix=$(echo '${{ inputs.working-directory }}' | sed 's|/$||')/
Expand Down

0 comments on commit 35c5fe3

Please sign in to comment.