We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe95ca commit 9930ffdCopy full SHA for 9930ffd
2 files changed
actions/ctf-build-image/action.yml
@@ -165,7 +165,7 @@ runs:
165
exit 0
166
fi
167
ENCODED=$(echo "$GO_OVERRIDES" | sed '/^$/d' | paste -sd ',' -)
168
- echo "encoded=$ENCODED" >> "$GITHUB_OUTPUT"
+ tee -a "$GITHUB_OUTPUT"
169
echo "::info::Encoded go-get overrides: $ENCODED"
170
171
- name: Free up disk space (to avoid 'no space left on device' errors)
actions/ctf-build-image/scripts/go-get-overrides.sh
0 commit comments