mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Update subtrees.json and workflows to use 'usgs-coupled' for GROUP environment variable
This commit is contained in:
parent
a9009ea3ab
commit
a79d436ec2
2
src/.github/subtrees.json
vendored
2
src/.github/subtrees.json
vendored
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"prefix": "phreeqcpp",
|
||||
"url": "git@${CI_SERVER_HOST}:${GROUP}/phreeqc3-src.git"
|
||||
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-src.git"
|
||||
}
|
||||
]
|
||||
2
src/.github/workflows/lint-subtrees.yml
vendored
2
src/.github/workflows/lint-subtrees.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI_SERVER_HOST: github.com
|
||||
GROUP: ${{ github.repository_owner }}
|
||||
GROUP: usgs-coupled
|
||||
steps:
|
||||
- uses: usgs-coupled/sync-subtrees-action/lint-subtrees/@main
|
||||
with:
|
||||
|
||||
3
src/.github/workflows/subtree.yml
vendored
3
src/.github/workflows/subtree.yml
vendored
@ -17,6 +17,9 @@ on:
|
||||
jobs:
|
||||
sync-subtrees:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CI_SERVER_HOST: github.com
|
||||
GROUP: usgs-coupled
|
||||
steps:
|
||||
- name: Run sync-subtrees-action
|
||||
uses: usgs-coupled/sync-subtrees-action@main
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user