We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d13c14 commit 91be571Copy full SHA for 91be571
2 files changed
.github/workflows/build-assets.yml
@@ -31,6 +31,7 @@ jobs:
31
run: npm run build
32
33
- name: Commit changes
34
- uses: stefanzweifel/git-auto-commit-action@v5
+ # v6.0.1
35
+ uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
36
with:
37
commit_message: 'Chore: build assets'
.github/workflows/lint.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: aglipanci/laravel-pint-action@2.5
24
25
26
27
28
29
commit_message: 'Chore: Fix PHP code styling'
0 commit comments