Skip to content

Commit 5c73bb8

Browse files
committed
fix: update REPORT_ARTIFACT_NAME to use camelCase format
1 parent d699885 commit 5c73bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { execute } from './execute';
77
import { FixLevelType, IInputs, INPUTS, VerbosityType } from './modals';
88

99
export const REPORT_PATH = `${process.cwd()}/.dotnet-format`;
10-
export const REPORT_ARTIFACT_NAME = 'dotnet-format-report';
10+
export const REPORT_ARTIFACT_NAME = 'dotnetFormatReport';
1111
export function getInputs(): IInputs {
1212
const inputs: IInputs = {
1313
authToken: core.getInput(INPUTS.authToken),

0 commit comments

Comments
 (0)