1
0

pull ff only

This commit is contained in:
Marco Maatz 2024-10-24 15:07:04 +02:00
parent 381a5e2f3e
commit b0cfd0ef5d

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: Set
run: |
git pull origin HEAD:${{ inputs.branch }}
git pull --ff-only origin ${{ inputs.branch }}
echo "Setting Version to ${{ inputs.version }}"
@ -53,4 +53,4 @@ jobs:
- name: Push changes back to repository
run: |
git push origin HEAD:${{ inputs.branch }}
git push origin ${{ inputs.branch }}