1
0
This commit is contained in:
Robert Rosendahl 2024-10-24 16:01:36 +02:00
commit 6915d5abc5

View File

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