diff --git a/.github/workflows/demo_deploy.yml b/.github/workflows/demo_deploy.yml index e286ec5..63e0169 100644 --- a/.github/workflows/demo_deploy.yml +++ b/.github/workflows/demo_deploy.yml @@ -33,7 +33,7 @@ jobs: repo: ${TARGET_REPO} github_token: ${{ secrets.PAT }} workflow_file_name: deploy.yml - client_payload: '{\"targets\":\"${GITHUB_REPOSITORY}:${HEAD}\", \"use-cache\":\"true\"}' + client_payload: '{"targets":"${GITHUB_REPOSITORY}:${HEAD}", "use-cache":"true"}' # - name: Wait for Workflow Action # run: | # # Just give a minute or so to deploy