mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-12-06 03:50:39 +00:00
feat(inputs): add option to disable the post action
This commit is contained in:
parent
8edcb1bdb4
commit
e7667abffb
3 changed files with 15 additions and 0 deletions
|
|
@ -118,4 +118,9 @@ export interface IGitSourceSettings {
|
|||
* User override on the GitHub Server/Host URL that hosts the repository to be cloned
|
||||
*/
|
||||
githubServerUrl: string | undefined
|
||||
|
||||
/**
|
||||
* Disable the post action cleanup phase
|
||||
*/
|
||||
skipCleanup: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue