Skip to content

Commit bf28eb6

Browse files
committed
fix: minor github-actions fix
1 parent 202052a commit bf28eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
GH_ORGS: ${{ secrets.GH_ORGS }}
4545
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4646
TF_VAR_state_aws_s3_bucket: ${{ secrets.ANTIFRAGILE_STATE_AWS_S3_BUCKET }}
47-
TF_VAR_state_aws_region=: ${{ secrets.ANTIFRAGILE_STATE_AWS_REGION }}
47+
TF_VAR_state_aws_region: ${{ secrets.ANTIFRAGILE_STATE_AWS_REGION }}

0 commit comments

Comments
 (0)