We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d9680 commit a66315fCopy full SHA for a66315f
.github/workflows/provision-by-terraform.yml
@@ -67,6 +67,8 @@ jobs:
67
run: mise install
68
69
- name: Show tools versions
70
+ # NOTE: a working directory is important here and must be set to the dir where mise is configured
71
+ working-directory: infra/ansible
72
env:
73
# https://developer.hashicorp.com/terraform/cli/commands#upgrade-and-security-bulletin-checks
74
CHECKPOINT_DISABLE: true
0 commit comments