Skip to content

Commit edf013d

Browse files
committed
chore: debug if change
1 parent a51eab5 commit edf013d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generic.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- id: changes
3333
uses: ./.github/actions/changes
34+
35+
- run: echo "$OUTPUTS"
36+
shell: bash
37+
env:
38+
OUTPUTS: ${{ toJSON(steps.changes.outputs) }}
39+
3440
lint:
3541
name: Linting
3642
needs: [ changes ]

0 commit comments

Comments
 (0)