Skip to content

Commit c3ca86c

Browse files
committed
Fixed spacing bug
1 parent d96e449 commit c3ca86c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/block-changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
LABELS=$(jq -r '.pull_request.labels[].name' "$GITHUB_EVENT_PATH" || echo "")
3333
AUTHOR=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH")
3434
TITLE=$(jq -r '.pull_request.title' "$GITHUB_EVENT_PATH")
35-
ACCEPTED_LABEL = "module-reference"
36-
ACCEPTED_AUTHOR = "<TODO>"
37-
ACCEPTED_TITLE = "NGINX Plus - Module Ref"
35+
ACCEPTED_LABEL="module-reference"
36+
ACCEPTED_AUTHOR="github-actions"
37+
ACCEPTED_TITLE="NGINX Plus - Module Ref"
3838
3939
EXEMPTION=false
4040

0 commit comments

Comments
 (0)