Skip to content

Commit

Permalink
fix the file path
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 13, 2022
1 parent f9cca35 commit 37e829d
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 @@ -41,7 +41,7 @@ set_output() {
name=$1
value=$2
if [ -n "${GITHUB_OUTPUT}" ]; then
echo "$name=$value" >> "{$GITHUB_OUTPUT}"
echo "$name=$value" >> "${GITHUB_OUTPUT}"
else
echo "::set-output name=$name::$value"
fi
Expand Down

0 comments on commit 37e829d

Please sign in to comment.