Skip to content

Commit

Permalink
Merge pull request #157 from gerrod3/test-create-branch
Browse files Browse the repository at this point in the history
lets go
  • Loading branch information
gerrod3 committed Jul 12, 2023
2 parents 7841da5 + 7367ea4 commit ee17709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit ee17709

Please sign in to comment.