Skip to content

Commit 7b79522

Browse files
authored
fix git syntax (#3470)
Co-authored-by: Antony Jones <[email protected]>
1 parent d6188cf commit 7b79522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
git config user.name "[bot]"
5757
git add -A
5858
git commit -m "version $npm_package_version"
59-
git push main -f
59+
git push -u origin main -f

0 commit comments

Comments
 (0)