mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 00:54:03 +02:00
Removed /core in git add
This commit is contained in:
2
.github/workflows/update-stats.yml
vendored
2
.github/workflows/update-stats.yml
vendored
@@ -38,6 +38,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add core/data/dynamic/applications.json
|
git add data/dynamic/applications.json
|
||||||
git commit -m "Auto-update GitHub metadata" || echo "No changes to commit"
|
git commit -m "Auto-update GitHub metadata" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user