Skip to content

Commit 7e39491

Browse files
trying debug actions
1 parent b842ea8 commit 7e39491

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
# create a zip file with all files required by the module to add to the release
2727
- name: Zip Files
2828
run: zip -r ./module.zip ${{steps.get-includes.outputs.files}}
29+
30+
- name: Debug Includes
31+
run: echo "::debug::$(node ./.github/workflows/get-includes.js)"
2932

3033
#Useful only for the template so we can leave the manifest and download urls empty
3134
- name: Substitute Manifest and Download Links For Versioned Ones

0 commit comments

Comments
 (0)