This commit is contained in:
parent
5dad5d765f
commit
878629d8da
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/opentofu/opentofu:1.7.2
|
image: ghcr.io/opentofu/opentofu:1.7.2
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
sparse-checkout: |
|
||||||
|
non-lab
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- name: tree
|
- name: tree
|
||||||
run: tree
|
run: tree
|
||||||
|
|
Loading…
Add table
Reference in a new issue