Skip to content

Commit

Permalink
update submodules first, then run main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sctop committed Aug 26, 2023
1 parent 6ca3e35 commit 0a98f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run main.py
run: python main.py
- name: Update submodules
run: |
git submodule update --remote
- name: Run main.py
run: python main.py
- name: Push changes
run: |
git config --global user.email "github-actions@github.com"
Expand Down

0 comments on commit 0a98f8f

Please sign in to comment.