mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
Fix a typo
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ async function setup() {
|
|||||||
// Expose the sccache path as env.
|
// Expose the sccache path as env.
|
||||||
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
|
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
|
||||||
|
|
||||||
// Expose the gha cache related variable to make users eaiser to
|
// Expose the gha cache related variable to make users easier to
|
||||||
// integrate with gha support.
|
// integrate with gha support.
|
||||||
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
|
||||||
core.exportVariable(
|
core.exportVariable(
|
||||||
|
|||||||
Reference in New Issue
Block a user