Skip to content

Commit 92fe1e8

Browse files
authored
Add safe.directory configuration for GitHub Actions (#4)
1 parent b771664 commit 92fe1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
git config --global user.email "github-actions[bot]@users.noreply.github.com"
2828
git config --global user.name "github-actions[bot]"
29+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
2930
git submodule update --remote -- lucide
3031
if ! git diff --exit-code lucide > /dev/null; then
3132
DATE_TAG=$(date +'%Y.%m.%d')

0 commit comments

Comments
 (0)