Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisbonneau authored and BotellaA committed Apr 15, 2024
1 parent 6ad35c4 commit e8d69e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/cpp-deploy.yml@master
with:
name: OPENGEODE_MYMODULE
directory: opengeode
repos: ${{ vars.REPOS }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/cpp-test.yml@master
with:
name: OPENGEODE
directory: opengeode
repos: ${{ vars.REPOS }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
uses: Geode-solutions/actions/.github/workflows/cpp-test-pr.yml@master
with:
name: OPENGEODE_MYMODULE
directory: opengeode
repos: ${{ vars.REPOS }}
secrets: inherit

0 comments on commit e8d69e1

Please sign in to comment.