Skip to content

Commit

Permalink
fix git syntax (#3470)
Browse files Browse the repository at this point in the history
Co-authored-by: Antony Jones <antony@beyonk.com>
  • Loading branch information
antony and antony committed Jan 20, 2022
1 parent d6188cf commit 7b79522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
git config user.name "[bot]"
git add -A
git commit -m "version $npm_package_version"
git push main -f
git push -u origin main -f

0 comments on commit 7b79522

Please sign in to comment.