mirror of
https://github.com/konpa/devicon.git
synced 2025-02-24 09:12:36 +01:00
Update imgur action ref
This commit is contained in:
parent
33c56b259e
commit
d217bcfa37
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
run: npm run build-css
|
||||
- name: Upload screenshot of the newly made icons
|
||||
id: imgur_step
|
||||
uses: devicons/public-upload-to-imgur@v2
|
||||
uses: devicons/public-upload-to-imgur@v2.1
|
||||
if: success()
|
||||
with:
|
||||
path: ./new_icons.png
|
||||
|
4
.github/workflows/peek_icons.yml
vendored
4
.github/workflows/peek_icons.yml
vendored
@ -33,14 +33,14 @@ jobs:
|
||||
path: ./geckodriver.log
|
||||
- name: Upload screenshot of the newly made icons
|
||||
id: icons_overview_img_step
|
||||
uses: devicons/public-upload-to-imgur@v2
|
||||
uses: devicons/public-upload-to-imgur@v2.1
|
||||
if: success()
|
||||
with:
|
||||
path: ./screenshots/new_icons.png
|
||||
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
||||
- name: Upload zoomed in screenshot of the newly made icons
|
||||
id: icons_detailed_img_step
|
||||
uses: devicons/public-upload-to-imgur@v2
|
||||
uses: devicons/public-upload-to-imgur@v2.1
|
||||
if: success()
|
||||
with:
|
||||
path: ./screenshots/screenshot_*.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user