mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
Update GROUP environment variable to 'usgs-coupled' in workflow files
This commit is contained in:
parent
c429f102bd
commit
1a279aa00e
2
.github/workflows/lint-subtrees.yml
vendored
2
.github/workflows/lint-subtrees.yml
vendored
@ -12,7 +12,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