mirror of
https://github.com/actions/checkout.git
synced 2025-12-18 03:11:37 +08:00
gists: result.ref = refs/heads/master
This commit is contained in:
@@ -76,6 +76,10 @@ export function getInputs(): IGitSourceSettings {
|
||||
result.ref = `refs/heads/${result.ref}`
|
||||
}
|
||||
}
|
||||
|
||||
if (result.isGist && !result.ref && !result.commit) {
|
||||
result.ref = 'refs/heads/master'
|
||||
}
|
||||
}
|
||||
// SHA?
|
||||
else if (result.ref.match(/^[0-9a-fA-F]{40}$/)) {
|
||||
|
||||
Reference in New Issue
Block a user