Skip to content

Commit

Permalink
Merge branch 'develop' into update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dbjorge committed Jun 20, 2024
2 parents 48b14a3 + 5395589 commit a9100aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ async function run(): Promise<void> {
} catch (err) {
const { status, message } = err as OctokitHttpError
if (
// Careful; we've seen octokit give status as both a string
// and a number, see #45
String(status) === '404' &&
/Not Found/.test(String(message))
) {
Expand Down

0 comments on commit a9100aa

Please sign in to comment.