Skip to content
Snippets Groups Projects
Unverified Commit 277c1437 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[Ci] Fix rerun workflow (#28605)

parent ad8a8982
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,7 @@ jobs:
steps:
- name: Generate job summary
run: |
RUN_ID=${{ github.event.workflow_run.id }}
WORKFLOW_NAME=${{ github.event.workflow_run.name }}
echo "# $WORKFLOW_NAME workflow failed! :x:" >> $GITHUB_STEP_SUMMARY
echo "# ${{ github.event.workflow_run.name }} workflow failed! :x:" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "View the failed run attempt (#${{ github.event.workflow_run.run_attempt }}) using the following link:" >> $GITHUB_STEP_SUMMARY
echo "${{ github.event.workflow_run.html_url }}" >> $GITHUB_STEP_SUMMARY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment