Skip to content

Commit

Permalink
Update README.md (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinraju authored Jan 27, 2024
1 parent 368754b commit 76ae9c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Github Action to download assets from github release. It can download specifie

```yaml

- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
# The source repository path.
# Expected format {owner}/{repo}
Expand Down Expand Up @@ -89,7 +89,7 @@ A Github Action to download assets from github release. It can download specifie

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
latest: true
fileName: "foo.zip"
Expand All @@ -99,7 +99,7 @@ A Github Action to download assets from github release. It can download specifie

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
tag: "v1.0.0"
Expand All @@ -110,7 +110,7 @@ A Github Action to download assets from github release. It can download specifie

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
latest: true
Expand All @@ -122,7 +122,7 @@ A Github Action to download assets from github release. It can download specifie
### Download multiple assets

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
latest: true
Expand All @@ -134,7 +134,7 @@ A Github Action to download assets from github release. It can download specifie
### Download all assets if more than one files are available

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
latest: true
Expand All @@ -144,7 +144,7 @@ A Github Action to download assets from github release. It can download specifie
### Download assets using wildcard pattern

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
latest: true
Expand All @@ -154,7 +154,7 @@ A Github Action to download assets from github release. It can download specifie
### Download a release using its id

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
releaseId: "123123"
fileName: "foo.zip"
Expand All @@ -163,7 +163,7 @@ A Github Action to download assets from github release. It can download specifie
### Download and extracts archives

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
fileName: "foo.zip"
latest: true
Expand All @@ -173,7 +173,7 @@ A Github Action to download assets from github release. It can download specifie
### Download latest prerelease

```yaml
- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.9
with:
repository: "owner/repo"
fileName: "foo.zip"
Expand Down

0 comments on commit 76ae9c0

Please sign in to comment.