diff --git a/.github/workflows/TachiyomiSY-Preview-Builder.yml b/.github/workflows/TachiyomiSY-Preview-Builder.yml index 54a244e4f..42988fd8b 100644 --- a/.github/workflows/TachiyomiSY-Preview-Builder.yml +++ b/.github/workflows/TachiyomiSY-Preview-Builder.yml @@ -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 }}'"