Replace Gitea checkout action with manual git clone and checkout steps in publish.yml
Auto Publish on Version Change / check-and-publish (push) Failing after 1s

This commit is contained in:
CodingPhoenixx
2026-05-28 12:52:29 +02:00
parent 0f800e7a0d
commit fa216af364
+3 -1
View File
@@ -15,7 +15,9 @@ jobs:
steps:
- name: Checkout Code
uses: https://gitea.com/actions/checkout@v4
run: |
git clone "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url }}/${{ github.repository }}.git" .
git checkout ${{ github.sha }}
- name: Version aus Gradle auslesen
id: get_version