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 c6eba81 commit b8f8a9f
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 @@ -70,5 +70,5 @@ jobs:
- name: Send Allure report to Slack # Step to send Allure report to Slack
if: always() # Execute even if previous steps fail
run: |
allure_report_link="https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ github.run_number }}/index.html"
allure_report_link="https://${{ github.repository_owner }}.github.io/${{ github.repository_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 b8f8a9f

Please sign in to comment.