We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f27c65 + 9be99f2 commit 4107192Copy full SHA for 4107192
.github/workflows/deploy.yml
@@ -7,5 +7,5 @@ jobs:
7
deploy:
8
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9
with:
10
- npm: true
+ node: true
11
secrets: inherit
.github/workflows/test.yml
@@ -10,5 +10,5 @@ jobs:
test:
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
12
13
14
.github/workflows/test_pr.yml
@@ -8,5 +8,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
0 commit comments