-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the workflow yaml to use the new repo
- Loading branch information
1 parent
426d950
commit 4ec9d85
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
path: ./geckodriver.log | ||
- name: Upload screenshot of the newly made icons | ||
id: imgur_step | ||
uses: Thomas-Boi/public-upload-to-imgur@v1 | ||
uses: devicons/public-upload-to-imgur@v1 | ||
if: ${{success()}} | ||
with: | ||
img_path: ./new_icons.png | ||
|
@@ -39,24 +39,16 @@ jobs: | |
uses: github-actions-up-and-running/[email protected] | ||
env: | ||
IMG_URL: ${{ steps.imgur_step.outputs.imgur_url }} | ||
MESSAGE: > | ||
MESSAGE: | | ||
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). | ||
Here is the result below: | ||
![Peeked Icons (top left)]({0}) | ||
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. | ||
Cheers :), | ||
|