add ansible debug
This commit is contained in:
parent
2f157b8ae8
commit
2376303992
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Debug Repository Contents
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
ls -R
|
||||||
|
|
||||||
- name: Fetch all history for git diff
|
- name: Fetch all history for git diff
|
||||||
run: git fetch --depth=2
|
run: git fetch --depth=2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue