Skip to content

Commit

Permalink
fix: Dependabot autoapprove (#1284)
Browse files Browse the repository at this point in the history
* Fix automerge action syntax

* Fix typo

* Fix typo

* Add brackets
  • Loading branch information
lehmanmj authored Feb 5, 2025
1 parent 66c00fa commit b9ee51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws/configure-aws-credentials'
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws-actions/configure-aws-credentials' }}
steps:
- name: Get Metadata
id: dependabot-metadata
Expand Down

0 comments on commit b9ee51d

Please sign in to comment.