Skip to content

Commit c6e9772

Browse files
committed
ci: lint fix
1 parent 19b2ec0 commit c6e9772

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/emoji.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: auto-commit-action
2828
uses: stefanzweifel/git-auto-commit-action@v5
2929
with:
30-
commit_message: "chore: Sync emoji data with GitHub emoji API"
30+
commit_message: 'chore: Sync emoji data with GitHub emoji API'
3131
branch: sync-emoji
3232
create_branch: true
3333
file_pattern: |
@@ -39,8 +39,8 @@ jobs:
3939
id: create-pull-request
4040
uses: peter-evans/create-pull-request@v6
4141
with:
42-
title: "chore: Sync emoji data with GitHub emoji API"
43-
body: "Found updated github emojis need to sync."
42+
title: 'chore: Sync emoji data with GitHub emoji API'
43+
body: 'Found updated github emojis need to sync.'
4444
team-reviewers: reviewers
4545
branch: sync-emoji
4646

0 commit comments

Comments
 (0)