Skip to content

Commit 5c163d6

Browse files
committed
fix: remove details_url
It adds to the confusion, rather than helps it
1 parent 9feb44b commit 5c163d6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/wiby.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
previews:
6262
- antiope
6363
name: ${{ env.WIBY_CHECK_NAME }}
64-
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
6564
head_sha: ${{ github.event.pull_request.head.sha }}
6665
status: "queued"
6766
env:
@@ -101,7 +100,6 @@ jobs:
101100
previews:
102101
- antiope
103102
name: ${{ env.WIBY_CHECK_NAME }}
104-
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
105103
head_sha: ${{ github.event.pull_request.head.sha }}
106104
conclusion: "failure"
107105
env:
@@ -116,7 +114,6 @@ jobs:
116114
previews:
117115
- antiope
118116
name: ${{ env.WIBY_CHECK_NAME }}
119-
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
120117
head_sha: ${{ github.event.pull_request.head.sha }}
121118
status: "in_progress"
122119
env:
@@ -199,7 +196,6 @@ jobs:
199196
previews:
200197
- antiope
201198
name: ${{ env.WIBY_CHECK_NAME }}
202-
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
203199
head_sha: ${{ github.event.pull_request.head.sha }}
204200
conclusion: "failure"
205201
env:
@@ -215,7 +211,6 @@ jobs:
215211
previews:
216212
- antiope
217213
name: ${{ env.WIBY_CHECK_NAME }}
218-
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
219214
head_sha: ${{ github.event.pull_request.head.sha }}
220215
conclusion: ${{ steps.wiby_result.outputs.wiby_conclusion }}
221216
env:

0 commit comments

Comments
 (0)