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 1f50b96 commit d95b1d8Copy full SHA for d95b1d8
docs/ce/howto/caching-strategies.mdx
@@ -25,7 +25,8 @@ to clean up older caches using a certain cycle.
25
26
You can cache in AWS s3 rather than artefacts. This requires a bucket for caching and setting similar settings:
27
28
-``` - uses: diggerhq/digger@vLatest
+```
29
+ - uses: diggerhq/digger@vLatest
30
with:
31
cache-dependencies-s3: true
32
cache-dependencies-s3-bucket: s3://terraform-cache-1756322349465/cache
0 commit comments