Skip to content

Commit e0dbf6c

Browse files
committed
[BUGFIX] Git commands in workflow
1 parent 1f8f7df commit e0dbf6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prepare-render.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ jobs:
4141
4242
- name: Commit and push changes
4343
run: |
44-
git fetch origin main
45-
git checkout main
4644
git add .
4745
git commit -m "Pre-render: $(git show -s --format='%s')"
48-
git push origin main --force
46+
git push origin contrib:main --force
4947
env:
5048
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)