Skip to content

Commit 39fd91c

Browse files
lehmanmjkellertk
andauthoredFeb 4, 2025··
fix: typo (#1281)
* Fix automerge action syntax * Fix typo --------- Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com>
1 parent cf624fb commit 39fd91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/automerge-approved-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010
pull-requests: write
1111
id-token: write
12-
if: ${{ github.event.review.state == 'approved' && github.repository == 'aws/configure-aws-credentials' && (github.event.review.author_association == 'OWNER' || github.event.review.author_association == 'MEMBER' || github.event.review.user.login == 'aws-sdk-osds') }}
12+
if: ${{ github.event.review.state == 'approved' && github.repository == 'aws-actions/configure-aws-credentials' && (github.event.review.author_association == 'OWNER' || github.event.review.author_association == 'MEMBER' || github.event.review.user.login == 'aws-sdk-osds') }}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Configure AWS credentials

0 commit comments

Comments
 (0)
Please sign in to comment.