Update preview.yml
This commit is contained in:
3
.github/workflows/preview.yml
vendored
3
.github/workflows/preview.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
- name: Set up Go 1.19
|
||||
id: go
|
||||
uses: actions/setup-go@v5.0.0
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
go-version: 1.19
|
||||
- run: go install github.com/packwiz/packwiz@latest
|
||||
@@ -45,7 +46,7 @@ jobs:
|
||||
run: |
|
||||
git config --global credential.helper store
|
||||
git config --global credential.https://github.com.username Xikaro
|
||||
git config --global credential.https://github.com/token USER_TOKEN_XIKARO
|
||||
git config --global credential.https://github.com/Xikaro USER_TOKEN_XIKARO
|
||||
git submodule init
|
||||
git submodule update
|
||||
mkdir -p .minecraft
|
||||
|
||||
Reference in New Issue
Block a user