diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d01e61b..51add0d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,5 +8,5 @@ jobs: uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master with: repos: ${{ vars.REPOS }} - npm: true + node: true secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8cca2d..3580fc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,5 +11,5 @@ jobs: uses: Geode-solutions/actions/.github/workflows/py-test.yml@master with: repos: ${{ vars.REPOS }} - npm: true + node: true secrets: inherit diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 464546f..5e2e245 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -9,5 +9,5 @@ jobs: uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master with: repos: ${{ vars.REPOS }} - npm: true + node: true secrets: inherit