Update end-to-end-tests.yaml

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-11-22 08:38:26 +00:00 committed by GitHub
parent b34012f289
commit b6521ba86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -140,9 +140,10 @@ jobs:
retention-days: 14
- uses: Sibz/github-status-action@faaa4d96fecf273bd762985e0e7f9f933c774918 # v1
if: always()
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
state: ${{ needs.tests.result == 'success' && 'success' || 'failure' }}
state: ${{ (!failure() && needs.tests.result == 'success') && 'success' || 'failure' }}
context: ${{ github.workflow }} / end-to-end-tests
sha: ${{ github.event.workflow_run.head_sha }}
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}