Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 38712b3

Browse files
committed
fix: typo in pipeline
1 parent a1f41c1 commit 38712b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
--head chore/update-content \
9494
--title "[AUTO] Sync with dashboard database" \
9595
--body "This PR updates the content based on the current state of the Dashboard." \
96-
--assignee "${{ github.actor }}
96+
--assignee "${{ github.actor }}" \
9797
--reviewer "${{ github.actor }}"
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)