From d50db1de19e70496fba3280d4c7c8891409fcd1d Mon Sep 17 00:00:00 2001 From: Neilpang Date: Mon, 20 Nov 2023 18:40:43 +0000 Subject: [PATCH] Sync from https://github.com/vmactions/base-vm --- .github/workflows/generate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 5bdc12e..426d659 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -1,4 +1,4 @@ -name: "Generate the project from BaseVM" +name: "Step 2, Generate the project from BaseVM" on: schedule: - cron: '10 1 * * *' @@ -16,7 +16,7 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.VM_TOKEN }} - name: Get latest release