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 668edcc commit e70d093Copy full SHA for e70d093
.github/workflows/release-prepare-monthly.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Make an empty commit
33
uses: stefanzweifel/git-auto-commit-action@v5
34
with:
35
- commit_message: "chore: empty commit for release"
+ commit_message: "chore: empty commit to run CI"
36
branch: build/release-${{ env.TIMESTAMP }}
37
commit_options: "--allow-empty"
38
- name: Create Pull Request
0 commit comments