From 597edab9773e4a8cbcfdcd1e7ab6c045a34f9144 Mon Sep 17 00:00:00 2001 From: Doug Gschwind Date: Thu, 22 Dec 2022 11:53:38 -0800 Subject: [PATCH] fix: name element should not be capitalized --- lint/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/action.yaml b/lint/action.yaml index f953879..9bd61cc 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -22,7 +22,7 @@ runs: if: inputs.checkout-repo with: fetch-depth: 0 - - Name: Pre-commit + - name: Pre-commit uses: open-turo/action-pre-commit@v1 env: ORG_GRADLE_PROJECT_artifactoryUsername: ${{ inputs.artifactory-username }}