Skip to content

Commit 8896526

Browse files
authored
Merge pull request #73 from Sichao25/yus/debug_action
Update workflows to use `SCOREC/omega_h`
2 parents 61e0432 + 3dcca29 commit 8896526

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Omega_h Checkout repo
5252
uses: actions/checkout@v4
5353
with:
54-
repository: sandialabs/omega_h
54+
repository: SCOREC/omega_h
5555
path: omegah
5656

5757
- name: Omega_h Configure CMake

.github/workflows/doxygen-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Omega_h Checkout repo
4545
uses: actions/checkout@v4
4646
with:
47-
repository: sandialabs/omega_h
47+
repository: SCOREC/omega_h
4848
path: omegah
4949

5050
- name: Omega_h Configure CMake

0 commit comments

Comments
 (0)