1
0
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:
Clemens Bastian
2021-05-28 02:19:34 +02:00
committed by GitHub
parent 23d922f317
commit 9700cdddba
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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