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 299047f commit 7ec97fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_allure_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Send Allure report to Slack # Step to send Allure report to Slack
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" |
echo $allure_report_link |
REPO_NAME=${GITHUB_REPOSITORY##*/}
allure_report_link="https://${{ github.repository_owner }}.github.io/$REPO_NAME/${{ github.run_number }}/index.html"
echo $allure_report_link
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 7ec97fa

Please sign in to comment.