We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c00fa commit b9ee51dCopy full SHA for b9ee51d
.github/workflows/dependabot-autoapprove.yml
@@ -5,7 +5,7 @@ permissions:
5
jobs:
6
dependabot:
7
runs-on: ubuntu-latest
8
- 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' }}
9
steps:
10
- name: Get Metadata
11
id: dependabot-metadata
0 commit comments