We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c3e69 commit eb46859Copy full SHA for eb46859
.github/workflows/persistent-environment.yml
@@ -165,7 +165,7 @@ jobs:
165
role-session-name: github-actions-ci-${{ inputs.environment }}-${{ github.run_id}}
166
167
- name: Download Terraform Plan artifact
168
- run: s3://nhsd-nrlf--mgmt--github-ci-logging/${{ inputs.environment }}/${{ github.run_id }}/tfplan terraform/infrastructure/tfplan
+ run: aws s3 cp s3://nhsd-nrlf--mgmt--github-ci-logging/${{ inputs.environment }}/${{ github.run_id }}/tfplan terraform/infrastructure/tfplan
169
170
- name: Get AWS Account ID
171
id: get_account_id
0 commit comments