From b6c501311cbc596de9f2925a0de3c69dcd7fe49e Mon Sep 17 00:00:00 2001 From: Alex Plate <aleksei.plate@jetbrains.com> Date: Wed, 28 Dec 2022 18:11:13 +0200 Subject: [PATCH] Another workflow update --- .github/workflows/checkNewPlugins.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/checkNewPlugins.yml b/.github/workflows/checkNewPlugins.yml index 4189219a8..d849bbdac 100644 --- a/.github/workflows/checkNewPlugins.yml +++ b/.github/workflows/checkNewPlugins.yml @@ -18,8 +18,6 @@ jobs: steps: - name: Fetch origin repo uses: actions/checkout@v3 - with: - path: origin - name: Set up JDK 17 uses: actions/setup-java@v2