We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef5190 commit 9455d73Copy full SHA for 9455d73
1 file changed
.github/workflows/lambda-runner-binaries-syncer.yml
@@ -17,7 +17,7 @@ jobs:
17
container: node:12
18
defaults:
19
run:
20
- working-directory: env.lambda_path
+ working-directory: ${{ env.lambda_path }}
21
# working-directory: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
22
steps:
23
- uses: actions/checkout@v2
0 commit comments