Skip to content

Commit 759bf21

Browse files
committed
Fix JabRef link
1 parent 7cdba9e commit 759bf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pr-opened-updated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: koppor/ticket-check-action@add-output
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
40-
ticketLink: 'https://github.com/:owner/:repo/issues/%ticketNumber%'
40+
ticketLink: 'https://github.com/JabRef/jabref/issues/%ticketNumber%'
4141
ticketPrefix: '#'
4242
titleRegex: '^#(?<ticketNumber>\d+)'
4343
branchRegex: '^(?<ticketNumber>\d+)'

0 commit comments

Comments
 (0)