Skip to content

Commit

Permalink
fix: remove extra quotation marks
Browse files Browse the repository at this point in the history
SCRUM-22
  • Loading branch information
sh1un committed Jun 10, 2024
1 parent 578f77d commit 51a4cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Terraform init
id: init
working-directory: ${{ steps.set-env.outputs.dir }}
run: terraform init"
run: terraform init

- name: Terraform format
id: fmt
Expand Down

0 comments on commit 51a4cc5

Please sign in to comment.