mirror of
https://github.com/actions/setup-node.git
synced 2026-02-18 20:34:47 +08:00
Add cache-key as output
This commit is contained in:
@@ -66,6 +66,7 @@ const cachePackages = async (packageManager: string) => {
|
||||
}
|
||||
|
||||
core.info(`Cache saved with the key: ${primaryKey}`);
|
||||
core.setOutput('cache-key', primaryKey);
|
||||
};
|
||||
|
||||
run(true);
|
||||
|
||||
Reference in New Issue
Block a user