fix git push syntax

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-24 07:53:22 +01:00
parent abac96ef9e
commit a09879b029
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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: