add head
This commit is contained in:
		| @@ -19,7 +19,7 @@ jobs: | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Set | ||||
|         run: | | ||||
|           git pull --ff-only origin ${{ inputs.branch }} | ||||
|           git pull --ff-only origin HEAD:${{ inputs.branch }} | ||||
|  | ||||
|           echo "Setting Version to ${{ inputs.version }}" | ||||
|  | ||||
| @@ -53,4 +53,4 @@ jobs: | ||||
|        | ||||
|       - name: Push changes back to repository | ||||
|         run: | | ||||
|           git push origin ${{ inputs.branch }} | ||||
|           git push origin HEAD:${{ inputs.branch }} | ||||
		Reference in New Issue
	
	Block a user