Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit cb7c7c0

Browse files
committed
chore: test action fail
1 parent be6fa81 commit cb7c7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/condition/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ runs:
4545
const currentConclusion = result.data.workflow_runs[0]?.conclusion;
4646
const success = (currentConclusion ? (currentConclusion === 'success') : true) ||
4747
(result.data.workflow_runs[1]?.conclusion === 'success');
48-
core.error(`test error`);
48+
throw `test error`;
4949
return success;

0 commit comments

Comments
 (0)