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.
1 parent 4ce8595 commit db73fbbCopy full SHA for db73fbb
.github/workflows/config.json
@@ -0,0 +1,3 @@
1
+{
2
+ "node": true
3
+}
.github/workflows/deploy.yml
@@ -7,6 +7,5 @@ jobs:
7
deploy:
8
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9
with:
10
- node: true
+ repos: ${{ vars.REPOS }}
11
secrets: inherit
12
-
.github/workflows/test.yml
@@ -11,5 +11,4 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
13
repos: ${{ vars.REPOS }}
14
15
.github/workflows/test_pr.yml
@@ -9,5 +9,4 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
0 commit comments