Update push-to-gitea.yml
This commit is contained in:
2
.github/workflows/push-to-gitea.yml
vendored
2
.github/workflows/push-to-gitea.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Pull Gitea changes
|
- name: Pull Gitea changes
|
||||||
run: |
|
run: |
|
||||||
git fetch gitea
|
git fetch gitea
|
||||||
git rebase gitea/main
|
git merge --strategy=ours gitea/main
|
||||||
env:
|
env:
|
||||||
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user