diff --git a/.github/workflows/pull-request-main-backoffice.yml b/.github/workflows/pull-request-main-backoffice.yml index 00806b25..1d03fed3 100644 --- a/.github/workflows/pull-request-main-backoffice.yml +++ b/.github/workflows/pull-request-main-backoffice.yml @@ -12,7 +12,7 @@ jobs: with: ref: ${{ github.ref }} test: - uses: ./.github/workflows//test-backoffice.yml + uses: ./.github/workflows/test-backoffice.yml with: ref: ${{ github.event.pull_request.head.sha }} secrets: inherit