Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Jul 11, 2023
1 parent c645b37 commit aaeb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/genminified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
# from https://github.com/orgs/community/discussions/26560
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
(git add . && git commit -m "Update minified json's" && git push HEAD:refs/heads/${{ matrix.config.branch }}) || :
(git add . && git commit -m "Update minified json's" && git push origin HEAD:refs/heads/${{ matrix.config.branch }}) || :
working-directory: deploy

0 comments on commit aaeb680

Please sign in to comment.