Skip to content

Commit 6f5f240

Browse files
committed
Update dependencies version
1 parent 43bc4f5 commit 6f5f240

File tree

137 files changed

+5619
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+5619
-354
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Aliyun CLI
1717
uses: ./
1818
with:
19-
aliyun-cli-version: '3.0.29'
19+
aliyun-cli-version: "3.0.165"
2020
mode: AK
2121
access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
2222
access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
22

33
[![GitHub Action](https://github.com/jerray/setup-aliyun-cli-action/workflows/Main/badge.svg)](https://github.com/jerray/setup-aliyun-cli-action/actions?workflow=Main)
44

5-
This action installs and configures [Aliyun command line tool](https://github.com/aliyun/aliyun-cli) for use in your GitHub
6-
Action steps.
5+
This action installs and configures the [Aliyun command line tool](https://github.com/aliyun/aliyun-cli) for GitHub Action jobs.
76

87
## Usage
98

109
```yaml
1110
steps:
12-
- uses: actions/checkout@v1
13-
- uses: jerray/[email protected]
14-
with:
15-
aliyun-cli-version: '3.0.29'
16-
mode: AK
17-
access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
18-
access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
19-
region: ${{ secrets.ALIYUN_REGION }}
20-
- run: aliyun oss cp ./dir oss://backet/path -r -u
11+
- uses: actions/checkout@v1
12+
- uses: jerray/[email protected]
13+
with:
14+
aliyun-cli-version: '3.0.165'
15+
mode: AK
16+
access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
17+
access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
18+
region: ${{ secrets.ALIYUN_REGION }}
19+
- run: aliyun oss cp ./dir oss://backet/path -r -u
2120
```
2221
23-
Use `aliyun.exe` if job runs on Windows.
22+
Use `aliyun.exe` if the job runs on Windows.
2423

2524
## License
2625

node_modules/.bin/uuid

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.yarn-integrity

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 194 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.d.ts

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js

Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/command.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)