Skip to content

Commit eea442f

Browse files
committed
Misc typo
1 parent 801c9d4 commit eea442f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vercel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export const execCommand = async (command: string): Promise<ExecCommandOutput> =
6060
const createAliases = async (deploymentUrl: string, customDeploymentFile: string, failIfAliasNotLinked: boolean, extraAliases: string[]): Promise<void> => {
6161
core.debug(`Starting to link aliases`);
6262

63-
// Globber is a github action tool https://github.com/actions/toolkit/tree/master/packages/glob
64-
// It helps us to find the absolute path for a file. Indeed, because we don't know where the action will be run and we need to find this file, wherever it is.
63+
// Globber is a GitHub action tool https://github.com/actions/toolkit/tree/master/packages/glob
64+
// It helps us find the absolute path for a file. Indeed, because we don't know where the action will be run, and we need to find this file, wherever it is.
6565
const globber: Globber = await glob.create(customDeploymentFile);
6666
const vercelConfigFile: string = (await globber.glob())[0];
6767

0 commit comments

Comments
 (0)