Skip to content

Commit 9c0df03

Browse files
authored
Merge pull request #109 from Alphare/my-first-contribution
chore: fix a typo in a comment
2 parents 7d0144b + 8ebd5a4 commit 9c0df03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function setup() {
8989
// Expose the sccache path as env.
9090
core.exportVariable('SCCACHE_PATH', `${sccacheHome}/sccache`);
9191

92-
// Expose the gha cache related variable to make users easier to
92+
// Expose the gha cache related variable to make it easier for users to
9393
// integrate with gha support.
9494
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
9595
core.exportVariable(

0 commit comments

Comments
 (0)