Fix a typo

This commit is contained in:
Sylvestre Ledru
2023-03-08 21:36:05 +01:00
committed by GitHub
parent e3444e3277
commit cd0b068220
+1 -1
View File
@@ -56,7 +56,7 @@ async function setup() {
// Expose the sccache path as env.
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.
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable(