We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b53f4 commit 0030567Copy full SHA for 0030567
1 file changed
.github/workflows/check-update.yml
@@ -34,13 +34,13 @@ jobs:
34
tz: UTC
35
github_issue:
36
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}'
+ owner: "${{ github.repository_owner }}"
+ repo: "${{ github.event.repository.name }}"
+ token: "${{ secrets.GITHUB_TOKEN }}'
+ format_dt: "%Y-%m-%d"
+ title: "Telegram Mini App documentation update: {dt}"
42
assignees:
43
- - 'swimmwatch'
+ - "swimmwatch"
44
format_content: |
45
```diff
46
{content}
0 commit comments