Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Dec 2, 2024
1 parent 2d2cb94 commit e09ed9a
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 @@ -6,7 +6,7 @@ if [ -n "${GITHUB_WORKSPACE}" ] ; then
git config --global --add safe.directory "${GITHUB_WORKSPACE}" || exit 1
fi

wget -O /usr/local/bin/regal -q "https://github.com/StyraInc/regal/releases/download/"${INPUT_REGAL_VERSION}"/regal_Linux_x86_64" \
wget -O /usr/local/bin/regal -q "https://github.com/StyraInc/regal/releases/download/${INPUT_REGAL_VERSION}/regal_Linux_x86_64" \
&& chmod +x /usr/local/bin/regal

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
Expand Down

0 comments on commit e09ed9a

Please sign in to comment.