Skip to content

Commit e847e32

Browse files
committed
wip
1 parent 3073679 commit e847e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ info() { echo_color "${LT_BLUE}" "$1"; }
184184

185185
fail_with_ghcup_logs() {
186186
cat /github/workspace/.ghcup/logs/*
187-
fail "$!"
187+
fail 1
188188
}
189189
fail() { error "error: $1"; exit 1; }
190190

0 commit comments

Comments
 (0)