We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f98bb commit ef195d9Copy full SHA for ef195d9
.github/workflows/package.yml
@@ -63,6 +63,7 @@ jobs:
63
# Commit the new database to the repository
64
- name: 🚀 Committing The New Database To The Repository 🚀
65
run: |
66
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
67
git config user.name LinuxOnARM-AutomatedPackagingSystem
68
git config user.email 146043018+MaxineToTheStars@users.noreply.github.com
69
git add .
@@ -126,6 +127,7 @@ jobs:
126
127
# Commit the new packages
128
- name: 🚀 Committing The New Packages To The Repository 🚀
129
130
131
132
133
0 commit comments