File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments