Skip to content

Commit 24d213d

Browse files
Fixed unsafe repo error
1 parent d38172b commit 24d213d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/create-pr/entrypoint.sh

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

33
# set -eou pipefail
44

5+
git config --global --add safe.directory /github/workspace
6+
57
# Create Pull Request (by default on current branch)
68
gh pr create \
79
--title "Release ${VERSION}" \

.github/actions/push-files/entrypoint.sh

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

33
set -eou pipefail
44

5+
git config --global --add safe.directory /github/workspace
6+
57
commit_single_file() {
68
# Commit to the branch
79
file="$1"

0 commit comments

Comments
 (0)