8ec4e4eac12dea01527abe7c3a23aa85447ba616
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.0 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
setup-ossutil
This action sets up Alibaba Cloud OSSUTIL for use in actions by:
- downloading and caching ossutil by version and adding to PATH
- configuring ossutil with your credentials
Usage
See action.yml
steps:
- uses: actions/checkout@v1
- uses: yizhoumo/setup-ossutil@v1
with:
ossutil-version: '1.6.11' # Optional, default to '1.6.11'
endpoint: ${{ secrets.OSS_ENDPOINT }}
access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
- run: ossutil cp -f file-to-upload.txt oss://your-bucket/path
See also: Document of ossutil
License
The scripts and documentation in this project are released under the MIT License
Languages
TypeScript
82.4%
Shell
17.6%