Skip to content

Commit a2e66a4

Browse files
committed
fix
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent d15b5d9 commit a2e66a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-go-tip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
echo "::endgroup::"
2020
export GOROOT="$HOME/sdk/gotip"
2121
echo "GOROOT=$GOROOT" >> $GITHUB_ENV
22-
echo "success=${success}" >> $GITHUB_OUTPUT
22+
echo "success=true" >> $GITHUB_OUTPUT
2323
env:
2424
GH_TOKEN: ${{ inputs.gh_token }}
2525

0 commit comments

Comments
 (0)