Skip to content

Commit

Permalink
Add a missing "succeeded" work to console message
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 4, 2021
1 parent cf8c715 commit 5951986
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ runs:
)
if job_matrix_succeeded:
print('🎉 All of the required dependency jobs.', file=sys.stderr)
print(
'🎉 All of the required dependency jobs succeeded.',
file=sys.stderr,
)
else:
print(
'😢 Some of the required to succeed jobs failed.',
Expand Down

0 comments on commit 5951986

Please sign in to comment.