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 6ad35c4 commit e8d69e1Copy full SHA for e8d69e1
.github/workflows/deploy.yml
@@ -8,5 +8,5 @@ jobs:
8
uses: Geode-solutions/actions/.github/workflows/cpp-deploy.yml@master
9
with:
10
name: OPENGEODE_MYMODULE
11
- directory: opengeode
+ repos: ${{ vars.REPOS }}
12
secrets: inherit
.github/workflows/test.yml
@@ -11,5 +11,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/cpp-test.yml@master
13
name: OPENGEODE
14
15
.github/workflows/test_pr.yml
@@ -9,5 +9,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/cpp-test-pr.yml@master
0 commit comments