Skip to content

Commit 4abfef1

Browse files
committed
docs(README): Update version in usage examples to latest
1 parent 36649fa commit 4abfef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Combination of these two repos: [S3 Upload Action](https://github.com/hkusu/s3-u
99
<!-- BASIC USAGE -->
1010
### Basic Usage
1111
```yaml
12-
- uses: ryand56/r2-upload-action@v1.2
12+
- uses: ryand56/r2-upload-action@latest
1313
with:
1414
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
1515
r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
@@ -25,7 +25,7 @@ Specify `destination-dir` input to change the location of where the directory wi
2525
<!-- CUSTOM USAGE -->
2626
### Custom Usage
2727
```yaml
28-
- uses: ryand56/r2-upload-action@v1.2
28+
- uses: ryand56/r2-upload-action@latest # Can be any release
2929
with:
3030
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
3131
r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)