Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dricross committed Feb 11, 2025
1 parent a93bc6c commit 7b0fb88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Echo test variables
run: |
echo "build_id: ${{ inputs.build_id }}
echo "CWA_GITHUB_TEST_REPO_NAME: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_NAME }}"
echo "CWA_GITHUB_TEST_REPO_URL: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_URL }}"
echo "CWA_GITHUB_TEST_REPO_BRANCH: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}"
Expand Down Expand Up @@ -184,7 +185,7 @@ jobs:
test_repo_branch: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
test_repo_url: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_URL }}
github_sha: ${{inputs.build_id}}
github_sha: ${{ inputs.build_id }}
s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET }}

StartLocalStackITAR:
Expand All @@ -201,7 +202,7 @@ jobs:
test_repo_branch: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_ITAR }}
test_repo_url: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_URL }}
github_sha: ${{inputs.build_id}}
github_sha: ${{ inputs.build_id }}
s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}

StartLocalStackCN:
Expand All @@ -218,7 +219,7 @@ jobs:
test_repo_branch: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
test_repo_url: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_URL }}
github_sha: ${{inputs.build_id}}
github_sha: ${{ inputs.build_id }}
s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}


Expand Down

0 comments on commit 7b0fb88

Please sign in to comment.