Skip to content

Commit 1f1da14

Browse files
committed
repos: ${{ vars.REPOS }}
1 parent 64a3b98 commit 1f1da14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
test:
1111
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
1212
with:
13+
repos: ${{ vars.REPOS }}
1314
npm: true
1415
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ jobs:
88
test:
99
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010
with:
11+
repos: ${{ vars.REPOS }}
1112
npm: true
1213
secrets: inherit

0 commit comments

Comments
 (0)