fix: Dependabot autoapprove (#1284)

* Fix automerge action syntax

* Fix typo

* Fix typo

* Add brackets
This commit is contained in:
Michael Lehmann
2025-02-04 16:23:12 -08:00
committed by GitHub
parent 66c00faf39
commit b9ee51dc60

View File

@@ -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