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 93cb23f commit 2244fd7Copy full SHA for 2244fd7
.github/workflows/test-install-matrix.yaml
@@ -131,11 +131,17 @@ jobs:
131
echo ::group::info:request
132
cat request.json || true; echo
133
echo ::endgroup::
134
+ echo ::group::pwd
135
+ pwd
136
+ echo ::endgroup::
137
+ echo ::group::list parent directory
138
+ ls -la .. || true; echo
139
140
echo ::group::list current directory
- ls -lR . || true; echo
141
+ ls -la . || true; echo
142
143
echo ::group::list ~/.puppetlabs/etc/bolt
- ls -lR ~/.puppetlabs/etc/bolt || true; echo
144
+ ls -la ~/.puppetlabs/etc/bolt || true; echo
145
146
- name: Debug container setup
147
run: |
0 commit comments