mirror of
https://github.com/konpa/devicon.git
synced 2025-08-17 20:01:38 +02:00
Updated the workflow yaml to use the new repo
This commit is contained in:
24
.github/workflows/build_icons.yml
vendored
24
.github/workflows/build_icons.yml
vendored
@@ -26,22 +26,32 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: geckodriver-log
|
name: geckodriver-log
|
||||||
path: ./geckodriver.log
|
path: ./geckodriver.log
|
||||||
- name: Upload screenshot of the newly made icons
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
if: ${{success()}}
|
|
||||||
with:
|
|
||||||
name: new_icons
|
|
||||||
path: ./new_icons.png
|
|
||||||
- name: Build devicon.min.css
|
- name: Build devicon.min.css
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: npm run build-css
|
run: npm run build-css
|
||||||
|
- name: Upload screenshot of the newly made icons
|
||||||
|
id: imgur_step
|
||||||
|
uses: devicons/public-upload-to-imgur@v1
|
||||||
|
if: ${{success()}}
|
||||||
|
with:
|
||||||
|
img_path: ./new_icons.png
|
||||||
|
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
env:
|
||||||
|
MESSAGE: |
|
||||||
|
Automated font-building task ran by GitHub Actions bot. This PR built new font files and devicon.css file.
|
||||||
|
|
||||||
|
Here are all the files that were built:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
More information can be found in the GitHub Action logs for this workflow.
|
||||||
with:
|
with:
|
||||||
branch: 'master-build-result'
|
branch: 'master-build-result'
|
||||||
base: 'master'
|
base: 'master'
|
||||||
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
commit-message: 'Built new icons, icomoon.json and devicon.css'
|
||||||
title: 'bot:build new icons, icomoon.json and devicon.css'
|
title: 'bot:build new icons, icomoon.json and devicon.css'
|
||||||
body: 'Automated font-building task ran by GitHub Actions bot'
|
body: ${{ format(env.MESSAGE, steps.imgur_step.outputs.imgur_url ) }}
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
12
.github/workflows/peek_icons.yml
vendored
12
.github/workflows/peek_icons.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
path: ./geckodriver.log
|
path: ./geckodriver.log
|
||||||
- name: Upload screenshot of the newly made icons
|
- name: Upload screenshot of the newly made icons
|
||||||
id: imgur_step
|
id: imgur_step
|
||||||
uses: Thomas-Boi/public-upload-to-imgur@v1
|
uses: devicons/public-upload-to-imgur@v1
|
||||||
if: ${{success()}}
|
if: ${{success()}}
|
||||||
with:
|
with:
|
||||||
img_path: ./new_icons.png
|
img_path: ./new_icons.png
|
||||||
@@ -39,24 +39,16 @@ jobs:
|
|||||||
uses: github-actions-up-and-running/pr-comment@v1.0.1
|
uses: github-actions-up-and-running/pr-comment@v1.0.1
|
||||||
env:
|
env:
|
||||||
IMG_URL: ${{ steps.imgur_step.outputs.imgur_url }}
|
IMG_URL: ${{ steps.imgur_step.outputs.imgur_url }}
|
||||||
MESSAGE: >
|
MESSAGE: |
|
||||||
Hi!
|
Hi!
|
||||||
|
|
||||||
|
|
||||||
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
|
I'm Devicons' Peek Bot and I just peeked at the icons that you wanted to add using [icomoon.io](https://icomoon.io/app/#/select).
|
||||||
|
|
||||||
Here is the result below:
|
Here is the result below:
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
Note: If the image doesn't show up, it's probably because it has been autodeleted by Imgur after 6 months due to our API choice.
|
Note: If the image doesn't show up, it's probably because it has been autodeleted by Imgur after 6 months due to our API choice.
|
||||||
|
|
||||||
|
|
||||||
Here is [the url]({1}).
|
|
||||||
|
|
||||||
|
|
||||||
The maintainers will now take a look at it and decide whether to merge your PR.
|
The maintainers will now take a look at it and decide whether to merge your PR.
|
||||||
|
|
||||||
Cheers :),
|
Cheers :),
|
||||||
|
Reference in New Issue
Block a user