From b97a74bbbdc493d8c00b8995c176f906122e82fa Mon Sep 17 00:00:00 2001 From: zeaslity Date: Wed, 8 Feb 2023 15:32:10 +0800 Subject: [PATCH] =?UTF-8?q?[=20github-action=20]=20=E6=96=B0=E5=A2=9EAgent?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6=20-=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-push-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-docker.yml b/.github/workflows/build-push-docker.yml index d5b13c2..19a4d9a 100644 --- a/.github/workflows/build-push-docker.yml +++ b/.github/workflows/build-push-docker.yml @@ -174,7 +174,7 @@ jobs: # Name for the queue RABBIT_QUEUE_NAME: "OctopusToServer" # Message to be sent - MESSAGE: {"uuid":"Octopus-Server","init_time": ${{ env.AGENT_VERSION }},"type":"AGENT","content":${{ env.AGENT_VERSION }},"result": ${{ env.AGENT_VERSION }},"ac_time": ${{ env.AGENT_VERSION }}} + MESSAGE: "{\"uuid\":\"Octopus-Server\",\"init_time\": ${{ env.AGENT_VERSION }},\"type\":\"AGENT\",\"content\":${{ env.AGENT_VERSION }},\"result\": ${{ env.AGENT_VERSION }},\"ac_time\": ${{ env.AGENT_VERSION }}}" # Durability for the queue DURABLE: true