Skip to content

Commit cad7175

Browse files
committed
Fix: explicitly fetch master branch from RayforceDB/rayforce
1 parent 2c32796 commit cad7175

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Checkout rayforce (source)
2525
uses: actions/checkout@v4
2626
with:
27-
repository: singaraiona/rayforce
27+
repository: RayforceDB/rayforce
28+
ref: master
2829
path: rayforce-src
2930

3031
- name: Setup Emscripten

0 commit comments

Comments
 (0)