Skip to content

Commit e8260bc

Browse files
committed
debug
1 parent 9a8811d commit e8260bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci_format_checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
timeout-minutes: 30
5858
steps:
59+
- name: debug
60+
run: |
61+
set -x
62+
echo needs.find-changes.outputs.python = ${{needs.find-changes.outputs.python}}
63+
5964
- name: Check out a copy of the git repository
6065
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6166
with:

0 commit comments

Comments
 (0)