Skip to content

Commit

Permalink
Update generate-base-files-info-json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Nov 14, 2024
1 parent c67603e commit 26e9497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-base-files-info-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
mv base-files.json data/base-files.json
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git add base-files.json
git add data/base-files.json
git diff --cached --quiet || git commit -m "Update base-files package info"
git push

0 comments on commit 26e9497

Please sign in to comment.