From 86322864c3570d2a4a99949a3e1ffd02595af068 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 15 Aug 2024 16:51:57 -0700 Subject: [PATCH] more string futzing --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c42f30f..3bed09c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,4 +56,5 @@ jobs: - name: Test Curl uses: enflo/curl-action@v1 with: - curl: '-L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/zerotier/${{ secrets.INFRA_REPO_NAME }}/dispatches -d "{\\"event_type\\": \\"deploy_docs_dev\\", \\"client_payload\\": {\\"docker_tag\\": \\"${{ github.sha }}\\"}}"' \ No newline at end of file + curl: | + -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ secrets.DEPLOY_TOKEN }}" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/zerotier/${{ secrets.INFRA_REPO_NAME }}/dispatches -d '{"event_type": "deploy_docs_dev", "client_payload": {"docker_tag": "${{ github.sha }}"}}' \ No newline at end of file