Skip to content

Commit 357b3f0

Browse files
committed
chore: debug if change
1 parent 5ce6365 commit 357b3f0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/generic.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,12 @@ jobs:
4141
current_package: ${{ fromJson(inputs.packages) }}
4242
steps:
4343
- uses: actions/checkout@v4
44-
- id: debug
44+
- run: echo "$OUTPUTS"
4545
shell: bash
46-
run: |
47-
echo '${{needs.changes.steps.changes.outputs.django_agent}}';
48-
echo '${{needs.steps.changes.outputs.django_agent}}';
46+
env:
47+
OUTPUTS: ${{ toJSON(needs.changes.outputs) }}
4948
- id: lint
50-
if: steps.changes.outputs.${{ matrix.current_package }} == 'true'
49+
if: needs.changes.steps.changes.outputs.${{ matrix.current_package }} == 'true'
5150
uses: ./.github/actions/linting
5251
with:
5352
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)