Skip to content

Commit

Permalink
Fix syntax in dependabot GH action
Browse files Browse the repository at this point in the history
Issue #2456
  • Loading branch information
robyngit committed Jun 19, 2024
1 parent 3ac9e35 commit 08342cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- opened
- edited
jobs:
if: startsWith(github.head_ref, 'dependabot/')
check-branch:
if: startsWith(github.head_ref, 'dependabot/')
runs-on: ubuntu-latest
permissions:
pull-requests: write
Expand Down

0 comments on commit 08342cf

Please sign in to comment.