mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 00:13:44 +00:00
Rebuild action with some small changes.
Changes were applied to some debug messages.
This commit is contained in:
parent
8dd60badf6
commit
d450effe85
4 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,6 @@ export async function run() {
|
|||
}
|
||||
|
||||
const cachePackages = async () => {
|
||||
|
||||
const cachingFlag = core.getInput('cache');
|
||||
if (!cachingFlag) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue