This action installs and configures Aliyun command line tool for use in your GitHub Action steps.
steps:
- uses: actions/checkout@v1
- uses: hughcube/[email protected]
with:
access-key-id: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
access-key-secret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
region: ${{ secrets.ALIYUN_REGION }}
- run: aliyun oss cp ./dir oss://backet/path -r -u
MIT