Skip to content

Commit f74c565

Browse files
committed
Ignore Dependabot bot in syncbot workflow
Fixes #460
1 parent 879d590 commit f74c565

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syncbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
mirror-changes:
1515
runs-on: ubuntu-latest
16-
if: github.actor != 'dependabot[bot]
16+
if: github.actor != 'dependabot[bot]'
1717
steps:
1818
- uses: actions/checkout@v6
1919

0 commit comments

Comments
 (0)