Skip to content

Commit

Permalink
Fix the peek bot cmd line args (devicons#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Boi authored Mar 14, 2022
1 parent bf671f9 commit abc9cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/peek_icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: >
python ./.github/scripts/icomoon_peek.py
./.github/scripts/build_assets/geckodriver-v0.30.0-win64/geckodriver.exe ./icomoon.json
./devicon.json ./icons ./ --headless --pr_title "%PR_TITLE%"
./devicon.json ./icons ./ --headless "%PR_TITLE%"
- name: Upload the err messages (created by icomoon_peek.py)
uses: actions/[email protected]
Expand Down

0 comments on commit abc9cb5

Please sign in to comment.