Skip to content

Commit 632b4a3

Browse files
committed
ci: Set safe directory in the script too
1 parent 9abf79f commit 632b4a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update-checker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
git config --global --add safe.directory /github/workspace
6+
57
function reset_to_master() {
68
current_branch="$(git rev-parse --abbrev-ref HEAD)"
79

0 commit comments

Comments
 (0)