Skip to content

Commit

Permalink
fix: minor github-actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Mar 25, 2020
1 parent 202052a commit bf28eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GH_ORGS: ${{ secrets.GH_ORGS }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
TF_VAR_state_aws_s3_bucket: ${{ secrets.ANTIFRAGILE_STATE_AWS_S3_BUCKET }}
TF_VAR_state_aws_region=: ${{ secrets.ANTIFRAGILE_STATE_AWS_REGION }}
TF_VAR_state_aws_region: ${{ secrets.ANTIFRAGILE_STATE_AWS_REGION }}

0 comments on commit bf28eb6

Please sign in to comment.