We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4065e4c commit ea8b927Copy full SHA for ea8b927
action.yaml
@@ -164,5 +164,6 @@ runs:
164
shell: bash
165
run: |
166
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
-
+ echo "Please check the logs for possible errors." >> $GITHUB_STEP_SUMMARY
+ 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