Skip to content

Commit 8ac8d6b

Browse files
committed
fix arg
Signed-off-by: Anas Nashif <[email protected]>
1 parent 18489ea commit 8ac8d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
7676
run: |
7777
if [ -f "./pr/manifest_areas.json" ]; then
78-
ARGS-"--areas ./pr/manifest_areas.json"
78+
ARGS="--areas ./pr/manifest_areas.json"
7979
else
8080
ARGS=""
8181
fi

0 commit comments

Comments
 (0)