Skip to content

Commit

Permalink
fix: use of deprecated set output (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 29, 2023
1 parent 5dc77cf commit 1d6a375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ -n "$CHANGED_FILES" ]]; then

else
echo "No changes found."
echo "::set-output name=files_changed::false"
echo "files_changed=false" >> "$GITHUB_OUTPUT"
fi

echo "::endgroup::"

0 comments on commit 1d6a375

Please sign in to comment.