Skip to content

Commit b09019e

Browse files
committed
ci: simplify condition - use secrets.BOT_TOKEN truthiness
1 parent c662f36 commit b09019e

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)