mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 00:13:44 +00:00
Add changes before sync with upstream
This commit is contained in:
parent
2d0c507407
commit
07ecad3aa8
3 changed files with 6 additions and 6 deletions
|
@ -26,8 +26,9 @@ const cachePackages = async () => {
|
|||
return;
|
||||
}
|
||||
|
||||
const packageManager = cacheInput.toUpperCase() === 'TRUE' ? 'default' : cacheInput;
|
||||
|
||||
const packageManager =
|
||||
cacheInput.toUpperCase() === 'TRUE' ? 'default' : cacheInput;
|
||||
|
||||
const state = core.getState(State.CacheMatchedKey);
|
||||
const primaryKey = core.getState(State.CachePrimaryKey);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue