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 205831f commit 893d257Copy full SHA for 893d257
.github/workflows/test-install-matrix.yaml
@@ -149,6 +149,9 @@ jobs:
149
echo ::group::list ~/.puppetlabs/etc/bolt
150
ls -la ~/.puppetlabs/etc/bolt || true; echo
151
echo ::endgroup::
152
+ echo ::group::which bolt
153
+ which bolt || echo "bolt not found"; echo
154
+ echo ::endgroup::
155
- name: Debug container setup
156
run: |
157
echo ::group::debug_container_setup
0 commit comments