We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b2ec0 commit c6e9772Copy full SHA for c6e9772
.github/workflows/emoji.yml
@@ -27,7 +27,7 @@ jobs:
27
id: auto-commit-action
28
uses: stefanzweifel/git-auto-commit-action@v5
29
with:
30
- commit_message: "chore: Sync emoji data with GitHub emoji API"
+ commit_message: 'chore: Sync emoji data with GitHub emoji API'
31
branch: sync-emoji
32
create_branch: true
33
file_pattern: |
@@ -39,8 +39,8 @@ jobs:
39
id: create-pull-request
40
uses: peter-evans/create-pull-request@v6
41
42
- title: "chore: Sync emoji data with GitHub emoji API"
43
- body: "Found updated github emojis need to sync."
+ title: 'chore: Sync emoji data with GitHub emoji API'
+ body: 'Found updated github emojis need to sync.'
44
team-reviewers: reviewers
45
46
0 commit comments