added 501_ERROR_STRING - '501 Not Implemented Error' to handle not im… #614
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Request 10GB-CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
request-10GB-CI: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Request 10GB-CI | |
run: | | |
echo "Event '${{ github.event.action }}' received from '${{ github.event.client_payload.repository }}'" | |
curl -X POST https://api.github.com/repos/webyrd/mediKanren-ops/dispatches \ | |
-H 'Accept: application/vnd.github.everest-preview+json' \ | |
-u ${{ secrets.GH_ACCESS_TOKEN }} \ | |
--data '{"event_type": "request-10GB-CI", "client_payload": { | |
"repository": "'"$GITHUB_REPOSITORY"'", | |
"github_sha1": "'$GITHUB_SHA1'", | |
"github_ref": "'$GITHUB_REF'", | |
"github_head_ref": "'$GITHUB_HEAD_REF'", | |
"github_base_ref": "'$GITHUB_BASE_REF'" | |
}}' |