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