Skip to content

Commit

Permalink
Merge pull request #11 from gentlementlegen/feat/generate-permit-action
Browse files Browse the repository at this point in the history
chore: removed spaces
  • Loading branch information
gentlementlegen authored Apr 1, 2024
2 parents daaf5be + 018b966 commit 1ffd93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
}
const issue_number = items[0].number;
console.info('Pull request number is', issue_number);
if (!issue_number) {
console.log('Action not triggered from an issue, skipping.');
return;
}
// Fetch existing comments on the issue
const comments = await github.rest.issues.listComments({
owner,
Expand Down

0 comments on commit 1ffd93d

Please sign in to comment.