Skip to content

Commit d3cf195

Browse files
committed
chore: debug if change
1 parent 0ff07f5 commit d3cf195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
current_package: ${{ fromJson(inputs.packages) }}
5656
steps:
5757
- uses: actions/checkout@v4
58-
- run: echo "$OUTPUTS"
58+
- run: echo "django agent $OUTPUTS"
5959
shell: bash
6060
env:
61-
OUTPUTS: ${{ toJSON(needs.changes) }}
61+
OUTPUTS: ${{ toJSON(fromJSON(needs.changes.outputs.all).django_agent) }}
6262
- id: lint
6363
if: needs.changes.steps.changes.outputs.${{ matrix.current_package }} == 'true'
6464
uses: ./.github/actions/linting

0 commit comments

Comments
 (0)