Skip to content

Commit f553866

Browse files
committed
test
1 parent e7288b7 commit f553866

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/upload-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
2121
- name: Upload test file
2222
run: |
23-
./coscli --version
2423
./coscli cp README.md s3://${{ secrets.TENCENTCLOUD_BUCKET_ID }}/README.md \
2524
--init-skip \
2625
--recursive \
27-
--secret-id=${{ secrets.TENCENTCLOUD_SECRET_ID }} \
28-
--secret-key=${{ secrets.TENCENTCLOUD_SECRET_KEY }} \
29-
--endpoint-url https://cos.na-ashburn.myqcloud.com
26+
--secret-id ${{ secrets.TENCENTCLOUD_SECRET_ID }} \
27+
--secret-key ${{ secrets.TENCENTCLOUD_SECRET_KEY }} \
28+
--endpoint https://cos.na-ashburn.myqcloud.com

0 commit comments

Comments
 (0)