Skip to content

Commit c662f36

Browse files
committed
ci: quote if expression to avoid YAML parsing ambiguity
1 parent c928851 commit c662f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-to-ai-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Without it, this step will be skipped
2020
steps:
2121
- name: Repository Dispatch
22-
if: ${{ secrets.BOT_TOKEN != '' }}
22+
if: "${{ secrets.BOT_TOKEN != '' }}"
2323
uses: peter-evans/repository-dispatch@v4
2424
with:
2525
repository: hashgraph-online/awesome-ai-plugins

0 commit comments

Comments
 (0)