Skip to content

Commit

Permalink
fix: adding the checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Sep 24, 2024
1 parent 8403503 commit 8adb611
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

jobs:
upload-metadata:
upload-release:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
Expand All @@ -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
Expand Down

0 comments on commit 8adb611

Please sign in to comment.