Skip to content

Commit

Permalink
ci: Set safe directory in the script too
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jan 26, 2025
1 parent 9abf79f commit 632b4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -e

git config --global --add safe.directory /github/workspace

function reset_to_master() {
current_branch="$(git rev-parse --abbrev-ref HEAD)"

Expand Down

0 comments on commit 632b4a3

Please sign in to comment.