Skip to content

Commit e7fa52a

Browse files
committed
workflows: Fix typo in pr-subscriber
1 parent 8929f38 commit e7fa52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-subscriber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
./github-automation.py \
2828
--token '${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}' \
2929
pr-subscriber \
30-
--issue-number '${{ github.event.pull_request.number }}'
30+
--issue-number '${{ github.event.pull_request.number }}' \
3131
--label-name "$LABEL_NAME"

0 commit comments

Comments
 (0)