1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-14 10:34:14 +02:00

Fix the peek bot cmd line args (#1059)

This commit is contained in:
Thomas Bui
2022-03-13 21:13:47 -07:00
committed by GitHub
parent 47a19322a1
commit ed552cfea4

View File

@@ -42,7 +42,7 @@ jobs:
run: > run: >
python ./.github/scripts/icomoon_peek.py python ./.github/scripts/icomoon_peek.py
./.github/scripts/build_assets/geckodriver-v0.30.0-win64/geckodriver.exe ./icomoon.json ./.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) - name: Upload the err messages (created by icomoon_peek.py)
uses: actions/upload-artifact@v2.2.4 uses: actions/upload-artifact@v2.2.4