Skip to content

Commit

Permalink
Update regenerate-library.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TKIPisalegacycipher authored Jul 16, 2024
1 parent ddfc303 commit ef9e959
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/regenerate-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install
run pipenv shell
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: install -d

- name: Delete folder
run: |
rm -rf meraki
- name: Regenerate Python Library
run: |
python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }}
uses: VaultVulp/action-pipenv@v2.0.1
with:
command: python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }}
- name: Commit changes to new branch
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit ef9e959

Please sign in to comment.