Skip to content

Commit

Permalink
Fix update-deps-list action
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanSun05 committed Jun 24, 2024
1 parent 750c3c3 commit b93892f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deps-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
xmake repo --update
xmake l xmake/parse_lock_file.lua
python3 generate_deps_list.py
python3 scripts/generate_deps_list.py
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit b93892f

Please sign in to comment.