We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd2176a + d199549 commit cc6d147Copy full SHA for cc6d147
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Commit changes to version
61
id: commit-changes
62
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@v10
63
with:
64
push: true
65
message: Update version
.github/workflows/update-documentation.yml
@@ -30,7 +30,7 @@ jobs:
30
run: pixi run devtools_document
31
32
- name: Commit changes to documentation
33
34
35
36
message: Update documentation
0 commit comments