Skip to content

Commit 9be99f2

Browse files
committed
fix(Actions): update to new workflows
1 parent 4f27c65 commit 9be99f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
deploy:
88
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
99
with:
10-
npm: true
10+
node: true
1111
secrets: inherit

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
test:
1111
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
1212
with:
13-
npm: true
13+
node: true
1414
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
test:
99
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010
with:
11-
npm: true
11+
node: true
1212
secrets: inherit

0 commit comments

Comments
 (0)