ci(auto-merge): fix invalid syntax
This commit is contained in:
parent
e218e6f1a0
commit
ef7a2421f7
|
@ -6,7 +6,7 @@ on:
|
|||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]''
|
||||
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2.0.4
|
||||
|
|
Loading…
Reference in New Issue