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 93dc248 + fc9886b commit bcc64fcCopy full SHA for bcc64fc
.github/workflows/build-assets.yml
@@ -23,6 +23,6 @@ jobs:
23
run: npm run build
24
25
- name: Commit changes
26
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
27
with:
28
commit_message: "Chore: build assets"
.github/workflows/fix-php-code-styling.yml
@@ -18,6 +18,6 @@ jobs:
18
uses: aglipanci/laravel-pint-action@2.5
19
20
21
22
commit_message: "Chore: Fix PHP code styling"
0 commit comments