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

Commit be6fa81

Browse files
committed
chore: test action failure
1 parent 7659f7d commit be6fa81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/condition/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +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`);
4849
return success;

0 commit comments

Comments
 (0)