mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Squashed 'src/' changes from 61c8612f..311bc42e
311bc42e Update subtrees.json and workflows to use 'usgs-coupled' for GROUP environment variable git-subtree-dir: src git-subtree-split: 311bc42e32f3da405b3b7b8c89da0790b7088269
This commit is contained in:
parent
e438f3677e
commit
367cad0d9b
2
.github/subtrees.json
vendored
2
.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
.github/workflows/lint-subtrees.yml
vendored
2
.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
.github/workflows/subtree.yml
vendored
3
.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