Skip to content

Commit

Permalink
Update generate_allure_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbinapps authored Aug 24, 2024
1 parent 6be24a0 commit a954a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_allure_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
if: always() # Execute even if previous steps fail
run: |
REPO_NAME=${GITHUB_REPOSITORY##*/} |
allure_report_link="https://${{ github.repository_owner }}.github.io/$REPO_NAME/${{ github.run_number }}/index.html"
allure_report_link="https://${{ github.repository_owner }}.github.io/$REPO_NAME/${{ github.run_number }}/index.html" |
curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"New Allure report generated! Check it out: ${allure_report_link}\"}" ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit a954a04

Please sign in to comment.