Skip to content

Commit

Permalink
correct checkout of external repos part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed May 16, 2024
1 parent 681bbc8 commit ad5d034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: checkout ERF
uses: actions/checkout@v3
with:
repository: [email protected]:mukul1992/ERF.git
repository: mukul1992/ERF.git
ref: preserve-amrw-coupling
path: ERF
- name: checkout amr-wind
uses: actions/checkout@v3
with:
repository: [email protected]:mukul1992/amr-wind.git
repository: mukul1992/amr-wind.git
ref: new-erf-coupling
path: amr-wind

Expand Down

0 comments on commit ad5d034

Please sign in to comment.