From d05cff60caf2785846f0c7283e0e8702be46432e Mon Sep 17 00:00:00 2001 From: Harris Tzovanakis Date: Thu, 25 Jul 2024 15:37:24 +0200 Subject: [PATCH] gh-actions: fix typo --- .github/workflows/pull-request-main-backoffice.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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