Skip to content

Commit 87997c1

Browse files
committed
Switch to single quotes
1 parent 55f19e7 commit 87997c1

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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Sync Docs
5555
working-directory: remix-api-docs
5656
run: |
57-
./sync.sh ${{ github.event_name == "repository_dispatch" && github.event.client_payload.tag || github.event.inputs.tag }}
57+
./sync.sh ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.tag || github.event.inputs.tag }}
5858
5959
git add docs/
6060
if [ -z "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)