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