dependabot[bot] 89a583bcb4 Bump actions/checkout from 3 to 4 (#39)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 00:20:00 +08:00
2022-09-29 03:01:00 +08:00
2020-12-22 00:21:43 +08:00
2020-01-14 17:49:47 +08:00
2020-01-14 17:49:47 +08:00
2020-12-22 00:21:43 +08:00
2020-01-14 17:49:47 +08:00
2023-03-03 21:29:02 +08:00
2020-01-14 17:49:47 +08:00

setup-ossutil

build functional

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:
    endpoint: ${{ secrets.OSS_ENDPOINT }}
    access-key-id: ${{ secrets.OSS_ACCESS_KEY_ID }}
    access-key-secret: ${{ secrets.OSS_ACCESS_KEY_SECRET }}
    sts-token: ${{ secrets.OSS_STS_TOKEN }} # Optional
    ossutil-version: '1.7.14' # Optional, default to '1.7.14'. Use 'latest' to get the latest version.
- 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

Description
远程克隆 | OSS自动化部署工具
Readme MIT 1.8 MiB
Languages
TypeScript 82.4%
Shell 17.6%