mirror of
https://github.com/konpa/devicon.git
synced 2025-08-13 18:14:21 +02:00
update public-upload-to-imgur action v2.2.2 (#651)
* update public-upload-to-imgur action v2.2.2 * update imgur upload action to v2.2.2
This commit is contained in:
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- 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.1.1
|
uses: devicons/public-upload-to-imgur@v2.2.2
|
||||||
if: success()
|
if: success()
|
||||||
with:
|
with:
|
||||||
path: ./new_icons.png
|
path: ./new_icons.png
|
||||||
|
4
.github/workflows/post_peek_screenshot.yml
vendored
4
.github/workflows/post_peek_screenshot.yml
vendored
@@ -43,14 +43,14 @@ jobs:
|
|||||||
- name: Upload screenshot of the newly made icons gotten from the artifacts
|
- name: Upload screenshot of the newly made icons gotten from the artifacts
|
||||||
id: icons_overview_img_step
|
id: icons_overview_img_step
|
||||||
if: env.PEEK_STATUS == 'success' && success()
|
if: env.PEEK_STATUS == 'success' && success()
|
||||||
uses: devicons/public-upload-to-imgur@v2.2.1
|
uses: devicons/public-upload-to-imgur@v2.2.2
|
||||||
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 gotten from the artifacts
|
- name: Upload zoomed in screenshot of the newly made icons gotten from the artifacts
|
||||||
id: icons_detailed_img_step
|
id: icons_detailed_img_step
|
||||||
uses: devicons/public-upload-to-imgur@v2.2.1
|
uses: devicons/public-upload-to-imgur@v2.2.2
|
||||||
if: env.PEEK_STATUS == 'success' && success()
|
if: env.PEEK_STATUS == 'success' && success()
|
||||||
with:
|
with:
|
||||||
path: ./screenshots/screenshot_*.png
|
path: ./screenshots/screenshot_*.png
|
||||||
|
Reference in New Issue
Block a user