Skip to content

Commit 01b6dba

Browse files
committed
Add some debug output
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent e5e868c commit 01b6dba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/separate_apps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
frameworks: ${{ steps.filter.outputs.frameworks }}
2020
frameworks_json: ${{ steps.filter.outputs.frameworks_json }}
2121
steps:
22+
- name: Show changed files
23+
run: |
24+
echo "Input app: ${{ inputs.app }}"
25+
echo "INput changed: ${{ inputs.changed }}"
26+
2227
- name: Get frameworks to build against
2328
id: filter
2429
run: |

0 commit comments

Comments
 (0)