Skip to content

Commit

Permalink
Echo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlssonk committed Sep 24, 2024
1 parent d154361 commit 50fca48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Echo AWS_ACCOUNT_ID
run: echo "arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/terraform-execution-role"
- name: Echo env
run: echo ${{ needs.setup.outputs.env }}

- name: Configure AWS Credentials (OIDC)
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 50fca48

Please sign in to comment.