Merge pull request #6 from saniales/patch-2 Fix some deprecation issues
Merge pull request #6 from saniales/patch-2
Fix some deprecation issues
Cache dependencies and build outputs to S3. This action is a mod of actions/cache.
To restore cache if it exists, do
- name: use cache id: cache-foo uses: idein/action-s3-cache with: key: cache-key-bar path: baz/ aws-s3-bucket: your-s3-bucket aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-west-1
Saving cache is automatically executed as a job postprocess.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cache to S3
Cache dependencies and build outputs to S3. This action is a mod of actions/cache.
Prerequisites
Usage
To restore cache if it exists, do
Saving cache is automatically executed as a job postprocess.