File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,4 @@ jobs:
204204 token : ${{ secrets.SLACK_BOT_TOKEN }}
205205 payload : |
206206 channel: ${{ secrets.SLACK_CHANNEL_ID }}
207- text: ":x: admin ui e2e tests failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Branch:* ${{ github.repository }}:${{ github.event.ref }}"
207+ text: ":x: admin ui e2e tests failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Branch:* ${{ github.repository }}:${{ github.head_ref }}"
Original file line number Diff line number Diff line change @@ -125,4 +125,4 @@ jobs:
125125 token : ${{ secrets.SLACK_BOT_TOKEN }}
126126 payload : |
127127 channel: ${{ secrets.SLACK_CHANNEL_ID }}
128- text: ":x: desktop client e2e tests failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Branch:* ${{ github.repository }}:${{ github.event.ref }}"
128+ text: ":x: desktop client e2e tests failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\n*Branch:* ${{ github.repository }}:${{ github.head_ref }}"
You can’t perform that action at this time.
0 commit comments