We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb275ca commit fdc0702Copy full SHA for fdc0702
.github/workflows/provision-by-terraform.yml
@@ -56,7 +56,7 @@ jobs:
56
# Workaround: don't install parent's dependencies as we don't use them
57
# See: https://github.com/jdx/mise-action/issues/183
58
# https://mise.jdx.dev/configuration/settings.html#disable_tools
59
- MISE_DISABLE_TOOLS=java,maven
+ MISE_DISABLE_TOOLS: java,maven
60
61
- name: Install ansible-vault
62
# NOTE: during version bump don't forget to update in other places: deploy.yml and provisioning-by-ansible.yml
0 commit comments