Skip to content

Commit 9930ffd

Browse files
committed
Comments
1 parent 6fe95ca commit 9930ffd

2 files changed

Lines changed: 1 addition & 60 deletions

File tree

actions/ctf-build-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ runs:
165165
exit 0
166166
fi
167167
ENCODED=$(echo "$GO_OVERRIDES" | sed '/^$/d' | paste -sd ',' -)
168-
echo "encoded=$ENCODED" >> "$GITHUB_OUTPUT"
168+
tee -a "$GITHUB_OUTPUT"
169169
echo "::info::Encoded go-get overrides: $ENCODED"
170170
171171
- name: Free up disk space (to avoid 'no space left on device' errors)

actions/ctf-build-image/scripts/go-get-overrides.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)