We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e1269 commit 2d42f1aCopy full SHA for 2d42f1a
.github/workflows/code-style.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
args: --write .
22
23
- - uses: stefanzweifel/git-auto-commit-action@v5.0.1
+ - uses: stefanzweifel/git-auto-commit-action@v5.1.0
24
25
commit_user_name: Markus Poerschke (Bot)
26
commit_user_email: [email protected]
.github/workflows/draft-new-release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- run: git checkout -b release/${{ github.event.inputs.version }}
35
36
37
38
branch: release/${{ github.event.inputs.version }}
39
0 commit comments