Skip to content

Commit bc8b481

Browse files
committed
Add probe for debug purposes
1 parent 7014765 commit bc8b481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/apply-reuse.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
concurrency: prune:bot-comments
9494
needs: add-headers
9595
steps:
96+
- run: echo "::notice::CHANGED=$CHANGED"
97+
env:
98+
CHANGED: ${{ needs.add-headers.outputs.made-change }}
9699
- name: Commit comment
97100
if: needs.add-headers.outputs.made-change
98101
uses: peter-evans/commit-comment@v4

0 commit comments

Comments
 (0)