Skip to content

Commit 882cc5a

Browse files
fix: remove || true from safe.directory config
1 parent 5e594b5 commit 882cc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr-comment/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
git config --global --add safe.directory /github/workspace || true
4+
git config --global --add safe.directory /github/workspace
55

66
readonly base="$1"
77
readonly revision="$2"

0 commit comments

Comments
 (0)