mirror of
https://github.com/konpa/devicon.git
synced 2025-08-16 03:24:13 +02:00
Update imgur action ref
This commit is contained in:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: npm run build-css
|
run: npm run build-css
|
||||||
- name: Upload screenshot of the newly made icons
|
- name: Upload screenshot of the newly made icons
|
||||||
id: imgur_step
|
id: imgur_step
|
||||||
uses: devicons/public-upload-to-imgur@v2
|
uses: devicons/public-upload-to-imgur@v2.1
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ./new_icons.png
|
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
|
path: ./geckodriver.log
|
||||||
- name: Upload screenshot of the newly made icons
|
- name: Upload screenshot of the newly made icons
|
||||||
id: icons_overview_img_step
|
id: icons_overview_img_step
|
||||||
uses: devicons/public-upload-to-imgur@v2
|
uses: devicons/public-upload-to-imgur@v2.1
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ./screenshots/new_icons.png
|
path: ./screenshots/new_icons.png
|
||||||
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
client_id: ${{secrets.IMGUR_CLIENT_ID}}
|
||||||
- name: Upload zoomed in screenshot of the newly made icons
|
- name: Upload zoomed in screenshot of the newly made icons
|
||||||
id: icons_detailed_img_step
|
id: icons_detailed_img_step
|
||||||
uses: devicons/public-upload-to-imgur@v2
|
uses: devicons/public-upload-to-imgur@v2.1
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ./screenshots/screenshot_*.png
|
path: ./screenshots/screenshot_*.png
|
||||||
|
Reference in New Issue
Block a user