We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0144b + 8ebd5a4 commit 9c0df03Copy full SHA for 9c0df03
src/setup.ts
@@ -89,7 +89,7 @@ async function setup() {
89
// Expose the sccache path as env.
90
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
91
92
- // Expose the gha cache related variable to make users easier to
+ // Expose the gha cache related variable to make it easier for users to
93
// integrate with gha support.
94
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
95
core.exportVariable(
0 commit comments