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 59ebf52 commit 377e574Copy full SHA for 377e574
.github/workflows/build.yml
@@ -22,7 +22,7 @@ env:
22
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
23
24
# BUILD_CACHE_KEY: ${{ github.sha }}
25
- BUILD_CACHE_KEY: ${{ "kmclb-test" }}
+ BUILD_CACHE_KEY: "kmclb-test"
26
27
jobs:
28
job_install_deps:
0 commit comments