Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-pham1 committed Oct 31, 2024
1 parent c6bde42 commit 546db71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-zip-generator-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
echo "Uploading autogenerated zip files"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git commit -m "Uploading autogenerated zip files" ./files/
git commit -m "Uploading autogenerated zip files" files
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 546db71

Please sign in to comment.