Skip to content

Commit

Permalink
fix: remove details_url
Browse files Browse the repository at this point in the history
It adds to the confusion, rather than helps it
  • Loading branch information
dominykas committed Sep 27, 2021
1 parent 9feb44b commit 5c163d6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wiby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
previews:
- antiope
name: ${{ env.WIBY_CHECK_NAME }}
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
head_sha: ${{ github.event.pull_request.head.sha }}
status: "queued"
env:
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
previews:
- antiope
name: ${{ env.WIBY_CHECK_NAME }}
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
head_sha: ${{ github.event.pull_request.head.sha }}
conclusion: "failure"
env:
Expand All @@ -116,7 +114,6 @@ jobs:
previews:
- antiope
name: ${{ env.WIBY_CHECK_NAME }}
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
head_sha: ${{ github.event.pull_request.head.sha }}
status: "in_progress"
env:
Expand Down Expand Up @@ -199,7 +196,6 @@ jobs:
previews:
- antiope
name: ${{ env.WIBY_CHECK_NAME }}
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
head_sha: ${{ github.event.pull_request.head.sha }}
conclusion: "failure"
env:
Expand All @@ -215,7 +211,6 @@ jobs:
previews:
- antiope
name: ${{ env.WIBY_CHECK_NAME }}
details_url: "${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}"
head_sha: ${{ github.event.pull_request.head.sha }}
conclusion: ${{ steps.wiby_result.outputs.wiby_conclusion }}
env:
Expand Down

0 comments on commit 5c163d6

Please sign in to comment.