From db01c78de0f2313a6ec21d8b9dd4ffa433f23294 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 9 Jun 2021 13:10:57 -0700 Subject: [PATCH] Remove unneeded action input in PR check --- .github/workflows/pr-checks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6cabeca5a..240765860 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -116,7 +116,6 @@ jobs: mv ../action/.github/workflows .github - uses: ./../action/init with: - db-location: "${{ runner.temp }}/customDbLocation" config-file: ".github/codeql/codeql-config-packaging.yml" languages: javascript # TODO: this is temporary until we have a release that includes the latest packaging work.