File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments