diff --git a/.github/workflows/automerge-dependabot.yml b/.github/workflows/automerge-dependabot.yml index 38beacb..e5d9c5d 100644 --- a/.github/workflows/automerge-dependabot.yml +++ b/.github/workflows/automerge-dependabot.yml @@ -11,7 +11,7 @@ permissions: jobs: dependabot-regen-api: runs-on: ubuntu-latest - if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, "Bump the oas group") + if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'Bump the oas group') steps: - name: Dependabot metadata id: metadata