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 edd3295 commit b0f51ebCopy full SHA for b0f51eb
.github/workflows/lint.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: TLint Action
26
run: ./vendor/bin/tlint lint
27
- name: Commit changes
28
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
29
with:
30
commit_message: Lint files
.github/workflows/update-changelog.yml
@@ -18,7 +18,7 @@ jobs:
18
release-notes: ${{ github.event.release.body }}
19
20
- name: Commit updated CHANGELOG
21
22
23
branch: master
24
commit_message: Update CHANGELOG
0 commit comments