Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 21, 2023
1 parent 9799698 commit a1bf6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Generate the project from BaseVM"
name: "Step 2, Generate the project from BaseVM"
on:
schedule:
- cron: '10 1 * * *'
Expand All @@ -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
Expand Down

0 comments on commit a1bf6ab

Please sign in to comment.