Skip to content

Commit b9ee51d

Browse files
authoredFeb 5, 2025··
fix: Dependabot autoapprove (#1284)
* Fix automerge action syntax * Fix typo * Fix typo * Add brackets
1 parent 66c00fa commit b9ee51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/dependabot-autoapprove.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions:
55
jobs:
66
dependabot:
77
runs-on: ubuntu-latest
8-
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws/configure-aws-credentials'
8+
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'aws-actions/configure-aws-credentials' }}
99
steps:
1010
- name: Get Metadata
1111
id: dependabot-metadata

0 commit comments

Comments
 (0)
Please sign in to comment.