Skip to content

Commit b3797bf

Browse files
committed
chore: debug if change
1 parent e8598d2 commit b3797bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- id: debug
4545
shell: bash
4646
run: |
47-
echo 'needs.changes.steps.changes.outputs';
48-
echo 'steps.changes.outputs../src/django_agent'
49-
echo 'steps.changes.outputs.django_agent'
47+
echo '${{needs.changes.steps.changes.outputs';}}
48+
echo '${{steps.changes.outputs../src/django_agent}}'
49+
echo '${{needs.steps.changes.outputs.django_agent}}'
5050
- id: lint
5151
if: steps.changes.outputs.${{ matrix.current_package }} == 'true'
5252
uses: ./.github/actions/linting

0 commit comments

Comments
 (0)