We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e36f68 commit 004b974Copy full SHA for 004b974
.github/workflows/flake.yml
@@ -38,7 +38,7 @@ jobs:
38
run: git pull --autostash --rebase
39
40
- name: Commit changes
41
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@v10
42
with:
43
author_name: GitHub Actions
44
author_email: github@webhippie.de
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
run: semantic-release
53
54
55
56
57
58
0 commit comments