Update Windows workflow to use the official Godot repository

This commit is contained in:
K. S. Ernest (iFire) Lee
2023-10-09 21:16:27 -07:00
parent 0d50c6277f
commit e481f88001

View File

@@ -22,8 +22,8 @@ jobs:
# Clone Godot
- uses: actions/checkout@v2
with:
repository: v-sekai/godot
ref: groups-4.x
repository: godotengine/godot
ref: master
# Clone our module under the correct directory
- uses: actions/checkout@v2