From a1cf304b0fc30f2adce937e5fbcab956836077b4 Mon Sep 17 00:00:00 2001 From: Thomas Bui Date: Sun, 13 Mar 2022 18:18:36 -0700 Subject: [PATCH] Fix the peek bot cmd line args --- .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 3e9c56ee7..65d42fc13 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