Skip to content

Commit 63fe489

Browse files
committed
Fixed mod template so it uses the main repo
1 parent c3fbb7c commit 63fe489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • workspace/template/.github/workflows

workspace/template/.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: Checkout Ghostship Repository
2121
uses: actions/checkout@v4
2222
with:
23-
repository: 'KiritoDv/Ghostship'
24-
ref: 'impl/c-mods'
23+
repository: 'HarbourMasters/Ghostship'
24+
ref: 'develop'
2525
submodules: 'recursive'
2626
path: 'Ghostship'
2727

0 commit comments

Comments
 (0)