Merge pull request #1 from dcalsky/master

fix: the tag of action name should be v1.0
This commit is contained in:
EnokMan 2020-01-26 02:47:11 -06:00 committed by GitHub
commit 2a0fb3066e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@master
- uses: manyuanrong/setup-ossutil@v1
- uses: manyuanrong/setup-ossutil@v1.0
with:
endpoint: "oss.aliyuncs.com"
access-key-id: "your_key_id"