Skip to content

Commit

Permalink
fix: change branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2024
1 parent 08d990a commit 1a85787
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/carz-merchant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
runs-on: [macos-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
path: 'core'
ref: core
uses: actions/checkout@v4
with:
path: core
ref: core

- name: Check out Git repository
uses: actions/checkout@v3
ref: carz-merchant
path: app
uses: actions/checkout@v4
with:
path: app
ref: carz-merchant

- name: npm install
run: cd core && npm install
Expand Down

0 comments on commit 1a85787

Please sign in to comment.