Update preview.yml
This commit is contained in:
parent
757d1e27d2
commit
2280e50201
1 changed files with 2 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue