Skip to content

Commit df9d587

Browse files
committed
another try
1 parent 74034bf commit df9d587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/schema-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: '20.x'
2929
- name: Install dependencies from main
3030
run: |
31-
git checkout main -- package.json
31+
git checkout remotes/origin/main -- package.json
3232
npm i
3333
- name: Run tests
3434
run: npm run test

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
git remote -v
2727
git branch -a
28-
git checkout main -- package.json
28+
git checkout remotes/origin/main -- package.json
2929
- uses: actions/setup-node@v4 # setup Node.js
3030
with:
3131
node-version: '14.x'

0 commit comments

Comments
 (0)