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.
2 parents 66c0b4e + 22610a5 commit c298eadCopy full SHA for c298ead
.github/workflows/lint.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: aglipanci/[email protected]
19
20
- name: Commit linted files
21
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v7
22
with:
23
commit_message: "fix: Files linted with Pint"
.github/workflows/update-changelog.yml
@@ -24,7 +24,7 @@ jobs:
24
release-notes: ${{ github.event.release.body }}
25
26
- name: Commit updated CHANGELOG
27
28
29
branch: main
30
commit_message: Update CHANGELOG
0 commit comments