Skip to content

Commit 2376303

Browse files
committedDec 6, 2024
add ansible debug
1 parent 2f157b8 commit 2376303

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.forgejo/workflows/ansibleCD.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313

14+
- name: Debug Repository Contents
15+
run: |
16+
pwd
17+
ls -R
18+
1419
- name: Fetch all history for git diff
1520
run: git fetch --depth=2
1621

0 commit comments

Comments
 (0)