refactor(cicd): debug git diff
Some checks failed
Wallset Pipeline / detect-changes (pull_request) Failing after 17s

This commit is contained in:
2025-07-12 13:41:47 +02:00
parent d5720caadb
commit 9666a52b1c

View File

@@ -21,12 +21,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Dump GitHub context # - name: Dump GitHub context
env: # env:
GITHUB_CONTEXT: ${{ toJson(github) }} # GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT" # run: echo "$GITHUB_CONTEXT"
- name: Detect changed packs - name: Detect changed packs
id: set
run: | run: |
git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep '^assets/' | cut -d '/' -f2 | sort -u | jq -R -s -c 'split("\n")[:-1]' git diff --name-only ${{ github.event.pull_request.base.sha }}