Skip to content

Commit

Permalink
tmp: debug changes output
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Feb 12, 2024
1 parent 016b2e4 commit 9df03ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-node-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ jobs:
git add --force js/
git commit --signoff -m 'chore(assets): recompile assets'
git push origin ${{ github.head_ref }}
- name: debug changes output
run: |
echo ${{ steps.changes.outputs.CHANGED }}
echo ${{ steps.changes.outputs.* }}

0 comments on commit 9df03ce

Please sign in to comment.