Skip to content

Commit eb46859

Browse files
committed
NRL-661 Fix tfplan copy command
1 parent b5c3e69 commit eb46859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
role-session-name: github-actions-ci-${{ inputs.environment }}-${{ github.run_id}}
166166

167167
- name: Download Terraform Plan artifact
168-
run: s3://nhsd-nrlf--mgmt--github-ci-logging/${{ inputs.environment }}/${{ github.run_id }}/tfplan terraform/infrastructure/tfplan
168+
run: aws s3 cp s3://nhsd-nrlf--mgmt--github-ci-logging/${{ inputs.environment }}/${{ github.run_id }}/tfplan terraform/infrastructure/tfplan
169169

170170
- name: Get AWS Account ID
171171
id: get_account_id

0 commit comments

Comments
 (0)