Skip to content

Commit b33f1f7

Browse files
committed
set bypass for precheck failures
1 parent b83a9ab commit b33f1f7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

dist/index.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ async function run() {
7171
reactRes.data.id,
7272
precheckResults.message
7373
)
74+
// Set the bypass state to true so that the post run logic will not run
75+
core.saveState('bypass', 'true')
7476
core.setFailed(precheckResults.message)
7577
return
7678
}

0 commit comments

Comments
 (0)