-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
cancel-workflow-action/src/index.ts
Lines 35 to 36 in ad6cb1b
| const ignore_sha = core.getInput('ignore_sha', { required: false }) === 'true'; | |
| const all_but_latest = core.getInput('all_but_latest', { required: false }); |
ignore_sha and all_but_latest option is got with getInput method, but there is getBooleanInput.
ref: https://github.com/actions/toolkit/tree/main/packages/core#inputsoutputs
Metadata
Metadata
Assignees
Labels
No labels