We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879d590 commit f74c565Copy full SHA for f74c565
1 file changed
.github/workflows/syncbot.yml
@@ -13,7 +13,7 @@ permissions:
13
jobs:
14
mirror-changes:
15
runs-on: ubuntu-latest
16
- if: github.actor != 'dependabot[bot]
+ if: github.actor != 'dependabot[bot]'
17
steps:
18
- uses: actions/checkout@v6
19
0 commit comments