Skip to content

Commit

Permalink
Update to remove bad info print
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Feb 18, 2024
1 parent da3ab6f commit e257e43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/project-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ export async function projectLink(): Promise<void> {
let projectId

if (foundNodes?.totalCount !== 0) {
core.info(`No projects found for ${issueOwnerName} with query ${queryString}`)
const project = foundNodes?.edges[0]?.node

if (!project) {
Expand Down

0 comments on commit e257e43

Please sign in to comment.