We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd70cf commit 5d34bdcCopy full SHA for 5d34bdc
.github/workflows/release.yml
@@ -64,6 +64,8 @@ jobs:
64
with:
65
path: './root-cache'
66
key: aws-cli-docker-image-sha-${{ github.sha }}-root
67
+ restore-keys: |
68
+ aws-cli-docker-image-sha
69
- run: ls ./root-cache
70
71
test_restoring:
0 commit comments