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
+1 -1
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"