We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598285a commit 8a59a29Copy full SHA for 8a59a29
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
cp -R ./* ./.[^.]* output/ 2>/dev/null || :
19
rm -rf output/output
20
- name: Pushes to another repository
21
- uses: cpina/github-action-push-to-another-repository@main
+ uses: fecapark/force-push-to-another-repository@main
22
env:
23
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
24
with:
@@ -29,3 +29,4 @@ jobs:
29
user-name: fecapark
30
commit-message: ${{ github.event.commits[0].message }}
31
target-branch: main
32
+ force-push: true
0 commit comments