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