Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 9, 2024
1 parent e77cdda commit aa9073b
Show file tree
Hide file tree
Showing 6 changed files with 391 additions and 510 deletions.
72 changes: 36 additions & 36 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integ/existing-source-check.integ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Existing source check', () => {
const createdIssue = await octokit.issues.create({
...baseIssueMetadata,
title: '[Test] This should be closed since the source already exists',
body: 'Please add https://mangadex.org/!',
body: 'Please add http://127.0.0.1:3000!',
labels: ['enhancement', 'test'],
});

Expand Down
Loading

0 comments on commit aa9073b

Please sign in to comment.