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 488bba8 commit cee3393Copy full SHA for cee3393
.github/workflows/pylint.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
isort .
28
black .
29
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
30
with:
31
commit_message: 'Auto Fixes: Code Formatting'
32
commit_options: '--no-verify'
.github/workflows/update-l10n-sources.yml
@@ -36,7 +36,7 @@ jobs:
36
echo NUM_DIFFS=$(git diff --shortstat | egrep -o '[0-9]+ i' | egrep -o '[0-9]+') >> $GITHUB_ENV
37
- name: Commit changes 🆕
38
if: env.NUM_DIFFS > 1
39
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
40
41
commit_message: Update localization source file
42
file_pattern: locale/en_GB/LC_MESSAGES/pdf_bot.po
0 commit comments