Skip to content

Commit

Permalink
Merge pull request #6959 from LedgerHQ/fix-slack-notif
Browse files Browse the repository at this point in the history
ci: fix slack notif for speculos nightly
  • Loading branch information
ypolishchuk-ledger committed May 29, 2024
2 parents 4a40caa + 9fadf59 commit 8ac9cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui-e2e-only-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
"fields": [
{
"type": "mrkdwn",
"text": "*Allure Report*\n<${{ steps.allure-server.outputs.report-url }}|${{ inputs.report_path }}>"
"text": "*Allure Report*\n<${{ steps.allure-server.outputs.report-url }}|allure-results-linux>"
},
{
"type": "mrkdwn",
Expand Down

0 comments on commit 8ac9cf1

Please sign in to comment.