Skip to content

Commit

Permalink
fix: Remove action outputs message
Browse files Browse the repository at this point in the history
The following prints are not displayed in the console, so this declaration is redundant.
  • Loading branch information
sondrelg committed Feb 1, 2022
1 parent 3df49bf commit 91a2126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ async def main(
print('─' * 110)

# Then add it to the action outputs
print('\nSetting action outputs:\n')
for name, l in [
('needs-github-assistance', needs_github_assistance),
('deleted', deleted),
Expand Down

0 comments on commit 91a2126

Please sign in to comment.