We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff07f5 commit d3cf195Copy full SHA for d3cf195
.github/workflows/generic.yml
@@ -55,10 +55,10 @@ jobs:
55
current_package: ${{ fromJson(inputs.packages) }}
56
steps:
57
- uses: actions/checkout@v4
58
- - run: echo "$OUTPUTS"
+ - run: echo "django agent $OUTPUTS"
59
shell: bash
60
env:
61
- OUTPUTS: ${{ toJSON(needs.changes) }}
+ OUTPUTS: ${{ toJSON(fromJSON(needs.changes.outputs.all).django_agent) }}
62
- id: lint
63
if: needs.changes.steps.changes.outputs.${{ matrix.current_package }} == 'true'
64
uses: ./.github/actions/linting
0 commit comments