diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 91a8651ef4..a5d5b51700 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -137,7 +137,7 @@ jobs: > [!IMPORTANT] > 🟣 🟣 🟣 Your tests are running. > Tests running at: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> - > Commit: `${{ github.event.pull_request.head.sha }}` + > Commit: ${{ github.event.pull_request.head.sha }} > Workflow: `${{ github.workflow }}` > Tags: `${{ steps.checkAll.outputs.tags }}` diff --git a/.github/workflows/pr-cypress.yml b/.github/workflows/pr-cypress.yml index ee8d3e849f..1825181da6 100644 --- a/.github/workflows/pr-cypress.yml +++ b/.github/workflows/pr-cypress.yml @@ -181,7 +181,7 @@ jobs: > [!CAUTION] > 🔴 🔴 🔴 Some tests have failed. > Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> - > Commit: `${{ github.event.pull_request.head.sha }}` + > Commit: ${{ github.event.pull_request.head.sha }} > Cypress dashboard: Click here! > The following are new failures, please fix them before merging the PR:
    ${{env.new_failed_spec_env}}
@@ -201,7 +201,7 @@ jobs: > [!WARNING] > Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> - > Commit: `${{ github.event.pull_request.head.sha }}` + > Commit: ${{ github.event.pull_request.head.sha }} > Cypress dashboard url: Click here! > It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow here. @@ -220,7 +220,7 @@ jobs: > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}> - > Commit: `${{ github.event.pull_request.head.sha }}` + > Commit: ${{ github.event.pull_request.head.sha }} > Cypress dashboard url: Click here!