Skip to content

Commit d2f0089

Browse files
committed
fix syntax
1 parent 95bc0a9 commit d2f0089

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
with: { fetch-depth: 0, token: "${{ steps.token.outputs.token }}" }
5757
- uses: actions/checkout@v4
58-
with: { repository: warpdotdev/repo-sync, ref: ${{ github.action_ref }}, path: .repo-sync, token: "${{ steps.token.outputs.token }}" }
58+
with: { repository: warpdotdev/repo-sync, ref: "${{ github.action_ref }}", path: .repo-sync, token: "${{ steps.token.outputs.token }}" }
5959
- uses: actions/setup-python@v5
6060
with: { python-version: "3.12" }
6161
- run: pip install -e .repo-sync

0 commit comments

Comments
 (0)