From 8496444c55b7c38b653233d3841619c9838e77a8 Mon Sep 17 00:00:00 2001 From: Yellow Shine Date: Fri, 15 Nov 2024 10:34:25 +0800 Subject: [PATCH] fix Signed-off-by: Yellow Shine --- .github/workflows/build-and-push.yml | 4 ++-- .github/workflows/sync-to-artifactory.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index c033357..cf5e3af 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -35,9 +35,9 @@ jobs: env: CONAN_REVISIONS_ENABLED: 1 # the path of the conanfile.py - PACKAGE_RECIPE_PATH: ${{ github.event.inputs.package | trim }}/${{ github.event.inputs.conanfile_path | trim }} + PACKAGE_RECIPE_PATH: ${{ github.event.inputs.package }}/${{ github.event.inputs.conanfile_path }} # the package reference - PACKAGE_REF: ${{ github.event.inputs.package | trim }}/${{ github.event.inputs.version | trim }}@${{ github.event.inputs.user_channel | trim }} + PACKAGE_REF: ${{ github.event.inputs.package }}/${{ github.event.inputs.version }}@${{ github.event.inputs.user_channel }} steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/sync-to-artifactory.yml b/.github/workflows/sync-to-artifactory.yml index 5fa5903..0fc8e55 100644 --- a/.github/workflows/sync-to-artifactory.yml +++ b/.github/workflows/sync-to-artifactory.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest env: CONAN_REVISIONS_ENABLED: 1 - PACKAGE_REF: ${{ github.event.inputs.package | trim }}/${{ github.event.inputs.version | trim }}@ + PACKAGE_REF: ${{ github.event.inputs.package }}/${{ github.event.inputs.version }}@ steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5