From 2280e50201419e9efb06c99aeed4cf36c4e2a998 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Thu, 14 Dec 2023 09:50:36 +0500 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0a228563d..fa2601c53 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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