Download ossutil from CDN endpoint (#30)

* use cdn to download

* set default version to 1.7.14

* schedule daily test

* bump up version 1.1.1

* use 'latest' in CI test
This commit is contained in:
Rimo
2022-09-28 22:49:06 +08:00
committed by GitHub
parent 0677c3a661
commit 7771e4ad5d
8 changed files with 25 additions and 18 deletions

View File

@@ -4,6 +4,8 @@ on: # rebuild any PRs and main branch changes
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
build: # make sure build/ci work properly
@@ -36,6 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ./
with:
ossutil-version: 'latest'
endpoint: ${{ secrets.OSS_ENDPOINT }}
access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}