Skip to content

Commit 0030567

Browse files
committed
feat: use double quotes for echo
1 parent 82b53f4 commit 0030567

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check-update.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
tz: UTC
3535
github_issue:
3636
enabled: true
37-
owner: '${{ github.repository_owner }}'
38-
repo: '${{ github.event.repository.name }}'
39-
token: '${{ secrets.GITHUB_TOKEN }}'
40-
format_dt: '%Y-%m-%d'
41-
title: 'Telegram Mini App documentation update: {dt}'
37+
owner: "${{ github.repository_owner }}"
38+
repo: "${{ github.event.repository.name }}"
39+
token: "${{ secrets.GITHUB_TOKEN }}'
40+
format_dt: "%Y-%m-%d"
41+
title: "Telegram Mini App documentation update: {dt}"
4242
assignees:
43-
- 'swimmwatch'
43+
- "swimmwatch"
4444
format_content: |
4545
```diff
4646
{content}

0 commit comments

Comments
 (0)