We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6368c29 + 97b5a04 commit ca7a4a9Copy full SHA for ca7a4a9
entrypoint.sh
@@ -3,6 +3,8 @@ set -e
3
4
if [ -n "${GITHUB_WORKSPACE}" ] ; then
5
cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit
6
+
7
+ git config --global --add safe.directory "$GITHUB_WORKSPACE" || exit
8
fi
9
10
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
0 commit comments