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 config 'user.name' 'Gitea Bot'
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -am "Update packages"
|
- git commit -am "Update packages"
|
||||||
- git push --force origin update-package
|
- git push --force origin main:update-package
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Reference in a new issue