We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3aa05a commit 4bb37ecCopy full SHA for 4bb37ec
.github/workflows/apps-devel.yaml
@@ -26,6 +26,8 @@ jobs:
26
uses: tj-actions/changed-files@v45
27
with:
28
since_last_remote_commit: true
29
+ - name: Print changed files outputs
30
+ run: echo "${{ toJson(steps.changed-files.outputs) }}"
31
32
- name: Deploy changed apps
33
env:
.github/workflows/apps-prod.yaml
0 commit comments