Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit 98ad8f3

Browse files
committed
1.1.1
1 parent 767e899 commit 98ad8f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v2
1010
- name: Deploy static to Tencent CloudBase
1111
id: deployStatic
12-
uses: TencentCloudBase/cloudbase-action@v1.1.0
12+
uses: TencentCloudBase/cloudbase-action@v1.1.1
1313
with:
1414
secretId: ${{ secrets.SECRET_ID }}
1515
secretKey: ${{ secrets.SECRET_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v2
6969
- name: Deploy static to Tencent CloudBase
7070
id: deployStatic
71-
uses: TencentCloudBase/cloudbase-action@v1.1.0
71+
uses: TencentCloudBase/cloudbase-action@v1.1.1
7272
with:
7373
secretId: ${{ secrets.SECRET_ID }}
7474
secretKey: ${{ secrets.SECRET_KEY }}

0 commit comments

Comments
 (0)