Skip to content

Commit f9c3fe5

Browse files
committed
use auto-commit v6
1 parent 710ce02 commit f9c3fe5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-plugin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: plugin-build
55

66
on:
77
push:
8-
branches: [main]
8+
branches: [ main ]
99
pull_request:
10-
branches: [main]
10+
branches: [ main ]
1111
workflow_dispatch:
1212

1313
jobs:
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Commit changes
4040
if: github.event_name == 'pull_request'
41-
uses: stefanzweifel/git-auto-commit-action@v5
41+
uses: stefanzweifel/git-auto-commit-action@v6
4242
with:
4343
commit_message: Build plugin
4444

@@ -47,7 +47,7 @@ jobs:
4747
uses: peter-evans/create-pull-request@v7
4848
with:
4949
commit-message: Build plugin
50-
title: "Auto: Build plugin assets"
50+
title: 'Auto: Build plugin assets'
5151
body: |
5252
This PR contains the latest built plugin assets.
5353

0 commit comments

Comments
 (0)