From 3f583dab76bb8ffc6b64f346adb773c4fb5f2fc4 Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Fri, 10 Jan 2025 10:37:50 +0200 Subject: [PATCH] ci: Fix typo Signed-off-by: Mihail Mihov --- .github/workflows/node-zxf-deploy-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-zxf-deploy-integration.yaml b/.github/workflows/node-zxf-deploy-integration.yaml index 63d1ce60f27..08bce676269 100644 --- a/.github/workflows/node-zxf-deploy-integration.yaml +++ b/.github/workflows/node-zxf-deploy-integration.yaml @@ -65,12 +65,12 @@ jobs: with: url: ${{ secrets.RELEASE_JENKINS_INTEGRATION_URL }} data: | - { + '{ "ref": "${{ inputs.ref }}", "author": "${{ steps.gather-commit-info.outputs.author }}", "msg": "${{ steps.gather-commit-info.outputs.msg }}", "sha": "${{ steps.gather-commit-info.outputs.sha }}" - } + }' - name: Display Jenkins Payload env: