Skip to content

Commit

Permalink
Merge pull request #15 from devicons/develop
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Thomas-Boi authored Jan 11, 2021
2 parents 730205e + f201031 commit 68a069a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ description:
```
steps:
- name: Upload a picture
uses: devicons/public-upload-to-imgur@v2.2.0 # Use this for the most stable version
uses: devicons/public-upload-to-imgur@v2.2.1 # Use this for the most stable version
with:
path: ./img.png # required
client_id: ${{secrets.IMGUR_CLIENT_ID}} # required
Expand All @@ -55,7 +55,7 @@ steps:
```
steps:
- name: Upload a picture
uses: devicons/public-upload-to-imgur@v2.2.0
uses: devicons/public-upload-to-imgur@v2.2.1
id: imgur_step
with:
path: ./img.png
Expand All @@ -75,7 +75,7 @@ steps:

**Upload Content of a Directory**
```
- uses: devicons/public-upload-to-imgur@v2.2.0
- uses: devicons/public-upload-to-imgur@v2.2.1
with:
path: path/to/images/ # or path/to/images
client_id: ${{secrets.IMGUR_CLIENT_ID}}
Expand All @@ -84,7 +84,7 @@ steps:

**Multiple Paths**
```
- uses: devicons/public-upload-to-imgur@v2.2.0
- uses: devicons/public-upload-to-imgur@v2.2.1
with:
path: |
path/output/bin/
Expand All @@ -95,7 +95,7 @@ steps:

**Wild Cards**
```
- uses: devicons/public-upload-to-imgur@v2.2.0
- uses: devicons/public-upload-to-imgur@v2.2.1
with:
path: path/**/[abc]rtifac?/*
```
Expand Down

0 comments on commit 68a069a

Please sign in to comment.