Skip to content

Commit 6ed8ce6

Browse files
committed
paths: quality_checks
1 parent 80ade5a commit 6ed8ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
types: [labeled, opened, synchronize, reopened, unlabeled]
99

1010
env:
11-
SHARED_PATH: ${{ github.workspace }}/lambdas/shared
12-
LAMBDA_PATH: ${{ github.workspace }}/lambdas
11+
SHARED_PATH: ${{ github.workspace }}../lambdas/shared
12+
LAMBDA_PATH: ${{ github.workspace }}../lambdas
1313

1414
jobs:
1515
lint-specification:

0 commit comments

Comments
 (0)