Skip to content

Commit

Permalink
chore: debug if change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarreau committed Dec 17, 2024
1 parent f849f7a commit f73a629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- run: echo "$OUTPUTS"
shell: bash
env:
OUTPUTS: ${{ toJSON(steps.has_change.outputs) }}
OUTPUTS: ${{ steps.has_change.outputs.has_changes }}

- id: lint
if: ${{ toJSON(steps.has_change.outputs.has_changes) == 'true' }}
if: ${{ steps.has_change.outputs.has_changes == 'true' }}
uses: ./.github/actions/linting
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit f73a629

Please sign in to comment.