We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8598d2 commit b3797bfCopy full SHA for b3797bf
.github/workflows/generic.yml
@@ -44,9 +44,9 @@ jobs:
44
- id: debug
45
shell: bash
46
run: |
47
- echo 'needs.changes.steps.changes.outputs';
48
- echo 'steps.changes.outputs../src/django_agent'
49
- echo 'steps.changes.outputs.django_agent'
+ echo '${{needs.changes.steps.changes.outputs';}}
+ echo '${{steps.changes.outputs../src/django_agent}}'
+ echo '${{needs.steps.changes.outputs.django_agent}}'
50
- id: lint
51
if: steps.changes.outputs.${{ matrix.current_package }} == 'true'
52
uses: ./.github/actions/linting
0 commit comments