Skip to content

log POST failures instead of failing entire action#1625

Open
spencerschrock wants to merge 1 commit intoossf:mainfrom
spencerschrock:no-post-fail
Open

log POST failures instead of failing entire action#1625
spencerschrock wants to merge 1 commit intoossf:mainfrom
spencerschrock:no-post-fail

Conversation

@spencerschrock
Copy link
Member

Previously, website issues would cause the entire action to fail, and users would complain. Now, failures are logged as warnings using GitHub's workflow command syntax:

https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands

Afterwards, the rest of the workflow job, such as uploading to the code scanning dashboard, can continue.

Previously, website issues would cause the entire action to fail, and
users would complain. Now, failures are logged as warnings using
GitHub's workflow command syntax:

https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands

Afterwards, the rest of the workflow job, such as uploading to the code
scanning dashboard, can continue.

Signed-off-by: Spencer Schrock <sschrock@google.com>
@spencerschrock spencerschrock requested a review from a team as a code owner January 9, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant