Skip to content

Commit ea8b927

Browse files
authored
Adding error fail message (#79)
1 parent 4065e4c commit ea8b927

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,6 @@ runs:
164164
shell: bash
165165
run: |
166166
echo "## Workflow failed to run :fire:" >> $GITHUB_STEP_SUMMARY
167-
echo "Please check the logs and submit an issue to our Github Action repo" >> $GITHUB_STEP_SUMMARY
168-
167+
echo "Please check the logs for possible errors." >> $GITHUB_STEP_SUMMARY
168+
echo "If you consider this is a bug in the Github Action, please submit an issue to our repo." >> $GITHUB_STEP_SUMMARY
169+

0 commit comments

Comments
 (0)