Skip to content

Commit b913dbd

Browse files
committed
output github output
1 parent df88455 commit b913dbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,10 @@ runs:
227227
echo "changed-files=" >> $GITHUB_OUTPUT
228228
shell: bash
229229

230-
- name: Debug changed files
230+
- name: Debug GITHUB_OUTPUT
231231
if: ${{ inputs.debug == 'true' }}
232232
run: |
233-
echo "changed-files=${CHANGED_FILES}"
233+
run: |
234+
echo "— Contents of GITHUB_OUTPUT file —"
235+
cat "$GITHUB_OUTPUT"
234236
shell: bash

0 commit comments

Comments
 (0)