We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccf97e commit 5f29eb8Copy full SHA for 5f29eb8
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run build command
23
run: npm run build
24
- name: Commit build
25
- uses: stefanzweifel/git-auto-commit-action@v4.13.0
+ uses: stefanzweifel/git-auto-commit-action@v4.13.1
26
with:
27
commit_message: ":rocket: Deploy new version [skip ci]"
28
commit_user_name: BetaHuhn Bot
0 commit comments