Skip to content

Commit ef195d9

Browse files
CI
+ Added a fix(?) for "fatal: not in a git directory" -> actions/checkout#363
1 parent 37f98bb commit ef195d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
# Commit the new database to the repository
6464
- name: 🚀 Committing The New Database To The Repository 🚀
6565
run: |
66+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
6667
git config user.name LinuxOnARM-AutomatedPackagingSystem
6768
git config user.email 146043018+MaxineToTheStars@users.noreply.github.com
6869
git add .
@@ -126,6 +127,7 @@ jobs:
126127
# Commit the new packages
127128
- name: 🚀 Committing The New Packages To The Repository 🚀
128129
run: |
130+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
129131
git config user.name LinuxOnARM-AutomatedPackagingSystem
130132
git config user.email 146043018+MaxineToTheStars@users.noreply.github.com
131133
git add .

0 commit comments

Comments
 (0)