We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e0138 commit 143e232Copy full SHA for 143e232
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: { lambda_path }
+ working-directory: { env.ambda_path }
21
# working-directory: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
22
steps:
23
- uses: actions/checkout@v2
0 commit comments