diff --git a/.github/workflows/pull_request_verification.yml b/.github/workflows/pull_request_verification.yml index f814ffe..d0998c5 100644 --- a/.github/workflows/pull_request_verification.yml +++ b/.github/workflows/pull_request_verification.yml @@ -19,8 +19,8 @@ jobs: path: sdk-automation-scripts_1 token: ${{ secrets.SDK_BOT_ACCESS_TOKEN }} - name: Automation script setup - uses: ./sdk-automation-scripts/actions/npm-repository-setup + uses: ./sdk-automation-scripts_1/actions/npm-repository-setup - name: Check 1 run: ls sdk-automation-scripts - name: Check 2 - run: ls sdk-automation-scripts_1 \ No newline at end of file + run: ls sdk-automation-scripts \ No newline at end of file