Skip to content

Commit 830d198

Browse files
committed
fix workflow
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4543f6c commit 830d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if [ "${{ github.base_ref }}" != "main" ]; then
6767
FLAGS+=" -P ${{ github.event.pull_request.number }} --updated-manifest pr_west.yml --updated-maintainer-file pr_MAINTAINERS.yml"
6868
else
69-
FLAGS+=" -P ${{ github.event.pull_request.number }}
69+
FLAGS+=" -P ${{ github.event.pull_request.number }}"
7070
fi
7171
elif [ "${{ github.event_name }}" = "issues" ]; then
7272
FLAGS+=" -I ${{ github.event.issue.number }}"

0 commit comments

Comments
 (0)