We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c033d5 commit 5f5421cCopy full SHA for 5f5421c
.github/workflows/CI.yml
@@ -51,9 +51,6 @@ jobs:
51
with:
52
commit: -S
53
message: ${{ github.event.head_commit.message }}
54
- push: false
+ push: --force
55
env:
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- - name: Push commit
58
- run: git push -f
59
- shell: bash
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/changelog.yml
@@ -39,9 +39,6 @@ jobs:
39
40
41
42
43
44
45
46
47
0 commit comments