From f83bd52c7bc79a0d2aaeafba4a070b64e7d0d613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Aug 2024 15:10:09 -0700 Subject: [PATCH] No payload --- .github/workflows/dispatch-deploy-draft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dispatch-deploy-draft.yml b/.github/workflows/dispatch-deploy-draft.yml index 5a134ea9..5f3a6ae4 100644 --- a/.github/workflows/dispatch-deploy-draft.yml +++ b/.github/workflows/dispatch-deploy-draft.yml @@ -17,4 +17,3 @@ jobs: repo: datastax-docs-site github_token: ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }} workflow_file_name: deploy-draft.yml - client_payload: '{ "build_repository": "${{ github.event.repository.full_name }}", "build_branch": "${{ github.base_ref }}", "draft_branch": "${{ github.event.pull_request.head.ref }}", "pull_request_number": "${{ github.event.pull_request.number }}" }'