Skip to content

Commit e101392

Browse files
committed
Dont post status updates to the workflow log
Unless we can't update the PR comment
1 parent a570c4c commit e101392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

image/actions.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ function output() {
154154
function update_status() {
155155
local status="$1"
156156

157-
echo "$status"
158-
159157
if ! STATUS="$status" github_pr_comment status 2>&1 | sed 's/^/::debug::/'; then
158+
echo "$status"
160159
echo "Unable to update status on PR"
161160
fi
162161
}

0 commit comments

Comments
 (0)