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