Skip to content

Commit 7e178c1

Browse files
committed
NRL-661 Use env not github.env
1 parent 3c5d39b commit 7e178c1

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
@@ -112,7 +112,7 @@ jobs:
112112
- name: Terraform Plan
113113
run: |
114114
terraform -chdir=terraform/infrastructure plan \
115-
--var-file=etc/${{ github.env.ACCOUNT_NAME }}.tfvars \
115+
--var-file=etc/${{ env.ACCOUNT_NAME }}.tfvars \
116116
--var assume_role_arn=${{ secrets.DEPLOY_ROLE_ARN }} \
117117
-out tfplan
118118

0 commit comments

Comments
 (0)