From 8adb611eaaa430163abf399432f7af862c5f5a3d Mon Sep 17 00:00:00 2001 From: Zenit Shkreli <69572953+zenit2001@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:16:17 +0200 Subject: [PATCH] fix: adding the checkout step --- .github/workflows/release-upload.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-upload.yml b/.github/workflows/release-upload.yml index f7fdf78cb..d8f6329a2 100644 --- a/.github/workflows/release-upload.yml +++ b/.github/workflows/release-upload.yml @@ -4,7 +4,7 @@ on: pull_request: jobs: - upload-metadata: + upload-release: runs-on: ubuntu-latest timeout-minutes: 5 strategy: @@ -15,6 +15,10 @@ jobs: sfcc-hostname-secret: 'SFCC_STOREFRONT_URL_022' code-version-secret: 'SFCC_CODE_VERSION_COMMON' steps: + - name: Checkout + uses: actions/checkout@v4 + with: + path: adyen-salesforce-commerce-cloud - name: Install Adyen SFCC dependencies working-directory: adyen-salesforce-commerce-cloud run: npm install