Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 10, 2024
1 parent b433baa commit 4947a30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/install-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
# echo "changed-apps=${out}" >> $GITHUB_OUTPUT
# echo $out

debug:
name: Debug
runs-on: ubuntu-latest
needs: changed-files
steps:
- name: print
run: |
echo "${{ fromJSON(needs.changed-files.outputs.changed-apps) }}"
test-apps:
name: Test apps
needs: changed-files
Expand Down

0 comments on commit 4947a30

Please sign in to comment.