Skip to content

Commit

Permalink
ci: Fix condition syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Aug 22, 2024
1 parent 2c4c732 commit 3278601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3278601

Please sign in to comment.