Action: Remove Acknowledgement pong
This commit is contained in:
parent
27dc6443ec
commit
156ce14dd8
@ -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"'" }}'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user