fix git push syntax
This commit is contained in:
parent
abac96ef9e
commit
a09879b029
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ steps:
|
|||
- git config 'user.name' 'Gitea Bot'
|
||||
- git add .
|
||||
- git commit -am "Update packages"
|
||||
- git push --force origin update-package
|
||||
- git push --force origin main:update-package
|
||||
- name: Create pull request
|
||||
image: alpine:latest
|
||||
commands:
|
||||
|
|
Reference in a new issue