Skip to content

Commit 1a0a7ea

Browse files
fix: add safe.directory to avoid git dubious ownership error
1 parent 38a569d commit 1a0a7ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

breaking/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
set -e
33

4+
git config --global --add safe.directory /github/workspace || true
5+
46
readonly base="$1"
57
readonly revision="$2"
68
readonly fail_on="$3"

0 commit comments

Comments
 (0)