Skip to content

Commit 4bb37ec

Browse files
[github] print changed files
1 parent e3aa05a commit 4bb37ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/apps-devel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: tj-actions/changed-files@v45
2727
with:
2828
since_last_remote_commit: true
29+
- name: Print changed files outputs
30+
run: echo "${{ toJson(steps.changed-files.outputs) }}"
2931

3032
- name: Deploy changed apps
3133
env:

.github/workflows/apps-prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: tj-actions/changed-files@v45
2727
with:
2828
since_last_remote_commit: true
29+
- name: Print changed files outputs
30+
run: echo "${{ toJson(steps.changed-files.outputs) }}"
2931

3032
- name: Deploy changed apps
3133
env:

0 commit comments

Comments
 (0)