diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index 187a8f8998..2d31cdcaa7 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -28,7 +28,7 @@ jobs: # Extract build id from input - name: Extract Build Id run: | - echo JFROG_CLI_BUILD_NAME=${{ github.event.inputs.buildName }} >> $GITHUB_ENV + echo JFROG_CLI_BUILD_NAME="${{ github.event.inputs.buildName }}" >> $GITHUB_ENV echo JFROG_CLI_BUILD_NUMBER=${{ github.event.inputs.buildNumber }} >> $GITHUB_ENV # Download released files