mirror of
https://github.com/actions/checkout.git
synced 2025-07-27 08:44:22 +00:00
format
This commit is contained in:
parent
220570c515
commit
2449f8bb0b
@ -54,7 +54,7 @@ export interface IGitSourceSettings {
|
||||
*/
|
||||
shallowSince: string
|
||||
|
||||
/**
|
||||
/**
|
||||
* Fetch tags, even if fetchDepth > 0 (default: false)
|
||||
*/
|
||||
fetchTags: boolean
|
||||
|
@ -116,7 +116,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
}
|
||||
result.shallowSince = core.getInput('shallow-since')
|
||||
core.debug(`shallow since = ${result.shallowSince}`)
|
||||
|
||||
|
||||
// Fetch tags
|
||||
result.fetchTags =
|
||||
(core.getInput('fetch-tags') || 'false').toUpperCase() === 'TRUE'
|
||||
|
Loading…
Reference in New Issue
Block a user