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

View File

@@ -18,8 +18,4 @@ jobs:
- name: ACK - Acknowledge pong from remote repository - name: ACK - Acknowledge pong from remote repository
if: github.event.action == 'pong' if: github.event.action == 'pong'
run: | run: |
echo "PONG received from '${{ github.event.client_payload.repository }}'" && \ 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"'" }}'