Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed May 15, 2024
1 parent 552141e commit d9d847a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
aws-region: ${{ env.AWS_REGION }
aws-region: ${{ env.AWS_REGION }}
env:
AWS_PROFILE: # This is required due to a bug https://stackoverflow.com/a/77731682

Expand Down Expand Up @@ -137,7 +137,6 @@ jobs:
env:
AWS_PROFILE: # This is required due to a bug https://stackoverflow.com/a/77731682


- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit d9d847a

Please sign in to comment.