Skip to content

Commit 1234aac

Browse files
committed
Added a peek script
1 parent ed801c4 commit 1234aac

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

.github/workflows/peek_icons.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,15 @@ jobs:
2121
python -m pip install --upgrade pip
2222
pip install -r ./.github/scripts/requirements.txt
2323
npm install
24+
<<<<<<< HEAD
2425
- name: Run icomoon_peek.py
2526
run: >
2627
python ./.github/scripts/icomoon_peek.py
28+
=======
29+
- name: Run icomoon_upload.py
30+
run: >
31+
python ./.github/scripts/icomoon_upload.py
32+
>>>>>>> 89412c2... Added a peek script
2733
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe
2834
./icomoon.json ./devicon.json ./icons ./ --headless
2935
- name: Upload geckodriver.log for debugging purposes
@@ -37,4 +43,20 @@ jobs:
3743
if: ${{success()}}
3844
with:
3945
name: new_icons
40-
path: ./new_icons.png
46+
<<<<<<< HEAD
47+
path: ./new_icons.png
48+
=======
49+
path: ./new_icons.png
50+
- name: Create a comment alerting that the bot peeked
51+
uses: peter-evans/commit-comment@v1
52+
with:
53+
body: >
54+
Hi! I'm Devicons' GitHub Actions Bot!
55+
56+
I just peeked at the icons that you wanted to add and upload them to the
57+
[Actions page](https://github.com/devicons/devicon/actions). The maintainers
58+
will now take a look at it and decide whether to merge your PR.
59+
60+
Cheers :),
61+
Bot
62+
>>>>>>> 89412c2... Added a peek script

0 commit comments

Comments
 (0)