dependabot[bot] 07bd03fad5 Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 07:19:29 +00:00
2020-04-22 17:14:07 +08:00
2020-01-15 17:55:14 +08:00
2020-01-15 17:55:14 +08:00
2020-01-14 17:49:47 +08:00
2020-01-14 17:49:47 +08:00
2020-01-14 17:49:47 +08:00
2020-01-14 17:49:47 +08:00
2020-04-22 17:14:07 +08:00
2020-01-14 17:49:47 +08:00
2020-01-14 17:49:47 +08:00
2020-01-15 19:26:27 +08:00
2020-04-22 17:14:07 +08:00
2020-01-14 17:49:47 +08:00

setup-ossutil

GitHub Actions status

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

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