mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
fix: Dependabot autoapprove (#1284)
* Fix automerge action syntax * Fix typo * Fix typo * Add brackets
This commit is contained in:
@@ -5,7 +5,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
dependabot:
|
dependabot:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Get Metadata
|
- name: Get Metadata
|
||||||
id: dependabot-metadata
|
id: dependabot-metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user