Skip to content

Commit

Permalink
chore: fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 1, 2024
1 parent b3c9c97 commit 85df441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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;
Expand Down

0 comments on commit 85df441

Please sign in to comment.