Skip to content

Commit fdc0702

Browse files
committed
chore: fix invalid yaml syntax
Correction for fb275ca commit. Relate to #1748
1 parent fb275ca commit fdc0702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-by-terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Workaround: don't install parent's dependencies as we don't use them
5757
# See: https://github.com/jdx/mise-action/issues/183
5858
# https://mise.jdx.dev/configuration/settings.html#disable_tools
59-
MISE_DISABLE_TOOLS=java,maven
59+
MISE_DISABLE_TOOLS: java,maven
6060

6161
- name: Install ansible-vault
6262
# NOTE: during version bump don't forget to update in other places: deploy.yml and provisioning-by-ansible.yml

0 commit comments

Comments
 (0)