diff --git a/action.yml b/action.yml index 4b4bc41..4ef0f5e 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ runs: git config user.email ${{ inputs.git_committer_email }} shell: bash - name: Checkout ${{ inputs.target }} - if: inputs.strategy != 'force' + if: inputs.strategy == 'merge' run: git checkout ${{ inputs.target }} shell: bash - name: Merge ${{ inputs.source }} into ${{ inputs.target }}