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