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
Auto Publish on Version Change / check-and-publish (push) Failing after 1s
This commit is contained in:
@@ -15,7 +15,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- 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
|
- name: Version aus Gradle auslesen
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|||||||
Reference in New Issue
Block a user