Skip to content

Commit

Permalink
fix: make init before update_bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Jan 5, 2025
1 parent 85df087 commit 62887e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
git config --local user.name "GitHub Action"
git config --local user.email "action@github.com"
- name: Init
run: make init

- name: Regenerate bootstrap files
run: make update_bootstrap

Expand Down

0 comments on commit 62887e8

Please sign in to comment.