Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 20, 2023
1 parent 6048c85 commit 795617f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syncbase.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Sync from BaseVM"
name: "Step 1, Sync generate.yml from BaseVM"
on:
schedule:
- cron: '0 1 * * *'
Expand All @@ -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
Expand Down

0 comments on commit 795617f

Please sign in to comment.