diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 112aeee..13688c2 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -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