From 7367ea4317ec372732d02481a44ee859cc8a9da1 Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 12 Jul 2023 01:08:32 -0400 Subject: [PATCH] lets go [noissue] --- .github/workflows/create-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-branch.yml b/.github/workflows/create-branch.yml index ac73ab8bd0..49a9b6f318 100644 --- a/.github/workflows/create-branch.yml +++ b/.github/workflows/create-branch.yml @@ -78,14 +78,14 @@ jobs: - name: Checkout plugin template uses: actions/checkout@v3 - if: ${{ "$inputs.update_ci_branches" != "none" }} + if: ${{ $inputs.update_ci_branches != "none" }} with: repository: pulp/plugin_template path: plugin_template fetch-depth: 0 - name: Update CI branches in template_config - if: ${{ "$inputs.update_ci_branches" != "none" }} + if: ${{ $inputs.update_ci_branches != "none" }} working-directory: plugin_template run: | ARGS="--add-version-ci-update-branches ${{ inputs.name }}"