Skip to content

Commit e2efc45

Browse files
committed
echo github output
1 parent d63641d commit e2efc45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

actions/get-resource/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ runs:
4747
echo "$line"
4848
done
4949
50+
# Print GITHUB_OUTPUT contents for debugging
51+
echo "Contents of GITHUB_OUTPUT:"
52+
cat "$GITHUB_OUTPUT"
53+
5054
# Exit if no required outputs specified
5155
if [ -z "${{ inputs.required_outputs }}" ]; then
5256
echo "No required outputs specified."

0 commit comments

Comments
 (0)