Action: Remove Acknowledgement pong

This commit is contained in:
jobobby04 2020-05-10 14:03:08 -04:00 committed by GitHub
parent 27dc6443ec
commit 156ce14dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,4 @@ jobs:
- name: ACK - Acknowledge pong from remote repository
if: github.event.action == 'pong'
run: |
echo "PONG received from '${{ github.event.client_payload.repository }}'" && \
curl -X POST https://api.github.com/repos/jobobby04/TachiyomiSYPreview/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.ACCESS_TOKEN }} \
--data '{"event_type": "ack", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
echo "PONG received from '${{ github.event.client_payload.repository }}'"