Skip to content

Commit 96eec2c

Browse files
Fixed typo in regenerate-library.yml
1 parent 82d6ec0 commit 96eec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-library.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
rm -rf meraki
3333
- name: Regenerate Python Library
3434
run: |
35-
pipenv run python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }} -o ${{ secrets.TEST_ORG_ID }} -k -${{ secrets.TEST_ORG_API_KEY }}
35+
pipenv run python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }} -o ${{ secrets.TEST_ORG_ID }} -k ${{ secrets.TEST_ORG_API_KEY }}
3636
- name: Commit changes to new branch
3737
uses: EndBug/add-and-commit@v9
3838
with:

0 commit comments

Comments
 (0)