Remove pong
This commit is contained in:
parent
776a4b2a24
commit
f32ccf1c6d
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
repository_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_wrapper:
|
check_wrapper:
|
||||||
@ -42,8 +41,3 @@ jobs:
|
|||||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||||
-u ${{ secrets.ACCESS_TOKEN }} \
|
-u ${{ secrets.ACCESS_TOKEN }} \
|
||||||
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||||
|
|
||||||
- name: ACK - Acknowledge pong from remote repository
|
|
||||||
if: github.event.action == 'pong'
|
|
||||||
run: |
|
|
||||||
echo "PONG received from '${{ github.event.client_payload.repository }}'"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user