forgejo: fix typo
This commit is contained in:
parent
690f9e11e9
commit
bd491f84d8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ create_issue() {
|
|||
-H "authorization: Basic $FORGEJO_TOKEN" \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d "{
|
||||
\"title\": \"$repo/$name: upgrade to $upstream_version\".
|
||||
\"title\": \"$repo/$name: upgrade to $upstream_version\",
|
||||
\"labels\": [
|
||||
$LABEL_NUMBER
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue