mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 19:37:51 +03:00
CI: Tweak descriptions for pending statuses
This commit is contained in:
parent
066209af1d
commit
0c366cb730
1 changed files with 3 additions and 3 deletions
6
.github/workflows/interop.yml
vendored
6
.github/workflows/interop.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
curl -X POST https://api.github.com/repos/FiloSottile/age/statuses/${{ github.event.client_payload.sha }} \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-H 'Authorization: token ${{ secrets.AGE_STATUS_ACCESS_TOKEN }}' \
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "Building", "context": "Interoperability tests / Build rage"}'
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / Build rage"}'
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
curl -X POST https://api.github.com/repos/FiloSottile/age/statuses/${{ github.event.client_payload.sha }} \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-H 'Authorization: token ${{ secrets.AGE_STATUS_ACCESS_TOKEN }}' \
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "Building", "context": "Interoperability tests / Build age"}'
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / Build age"}'
|
||||
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
|
@ -103,7 +103,7 @@ jobs:
|
|||
curl -X POST https://api.github.com/repos/FiloSottile/age/statuses/${{ github.event.client_payload.sha }} \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-H 'Authorization: token ${{ secrets.AGE_STATUS_ACCESS_TOKEN }}' \
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "Testing", "context": "Interoperability tests / ${{ matrix.alice }} -> ${{ matrix.bob }} [${{ matrix.recipient }}]"}'
|
||||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / ${{ matrix.alice }} -> ${{ matrix.bob }} [${{ matrix.recipient }}]"}'
|
||||
|
||||
# Download the binaries to test
|
||||
- uses: actions/download-artifact@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue