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.
1 parent 5f94f49 commit 0eab11cCopy full SHA for 0eab11c
src/main.ts
@@ -8,7 +8,7 @@ async function run(): Promise<void> {
8
core.debug(`Finding dependencies for angular version ${angularVersion}`);
9
10
const versions = await getAngularVersion(angularVersion);
11
- core.debug(`Depedencies found: \nr ${JSON.stringify(versions, null, 2)}`);
+ core.debug(`Depedencies found: \n ${JSON.stringify(versions, null, 2)}`);
12
13
const filePath: string = core.getInput('file_path');
14
core.debug(`merging found dependencies with file ${filePath}`);
0 commit comments