Skip to content

Commit 58c2f3d

Browse files
committed
fix: correct date format in README badge update step
1 parent bd53944 commit 58c2f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/content-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: success()
4747
shell: pwsh
4848
run: |
49-
$date = Get-Date -Format "yyyy-MM-dd"
49+
$date = Get-Date -Format "yyyy--MM--dd"
5050
$articleCount = "${{ steps.count-articles.outputs.article-count }}"
5151
5252
# Create badge URLs using shields.io

0 commit comments

Comments
 (0)