From 795617f77e14474a69d5608766d9189d527dc73d Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 20 Nov 2023 19:40:23 +0100 Subject: [PATCH] update --- .github/workflows/syncbase.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/syncbase.yml b/.github/workflows/syncbase.yml index bd2646e..8177274 100644 --- a/.github/workflows/syncbase.yml +++ b/.github/workflows/syncbase.yml @@ -1,4 +1,4 @@ -name: "Sync from BaseVM" +name: "Step 1, Sync generate.yml from BaseVM" on: schedule: - cron: '0 1 * * *' @@ -16,7 +16,7 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.VM_TOKEN }} - name: Get latest release