We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bc0a9 commit d2f0089Copy full SHA for d2f0089
1 file changed
.github/workflows/sync.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/checkout@v4
56
with: { fetch-depth: 0, token: "${{ steps.token.outputs.token }}" }
57
58
- with: { repository: warpdotdev/repo-sync, ref: ${{ github.action_ref }}, path: .repo-sync, token: "${{ steps.token.outputs.token }}" }
+ with: { repository: warpdotdev/repo-sync, ref: "${{ github.action_ref }}", path: .repo-sync, token: "${{ steps.token.outputs.token }}" }
59
- uses: actions/setup-python@v5
60
with: { python-version: "3.12" }
61
- run: pip install -e .repo-sync
0 commit comments