From ed552cfea4a578ad95617cee63d6a4fac68348dc Mon Sep 17 00:00:00 2001 From: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Date: Sun, 13 Mar 2022 21:13:47 -0700 Subject: [PATCH] Fix the peek bot cmd line args (#1059) --- .github/workflows/peek_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/peek_icons.yml b/.github/workflows/peek_icons.yml index 3e9c56ee..65d42fc1 100644 --- a/.github/workflows/peek_icons.yml +++ b/.github/workflows/peek_icons.yml @@ -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/upload-artifact@v2.2.4