Skip to content

Commit 530ba14

Browse files
Update entrypoint.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c485bd6 commit 530ba14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
if [ -n "${GITHUB_WORKSPACE}" ] ; then
55
cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit
66

7-
git config --global --add safe.directory $GITHUB_WORKSPACE
7+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
88
fi
99

1010
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

0 commit comments

Comments
 (0)