Fix indentation in publish.yml for git checkout step
Auto Publish on Version Change / check-and-publish (push) Failing after 2s
Auto Publish on Version Change / check-and-publish (push) Failing after 2s
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Checkout Code
|
||||
run: |
|
||||
git clone "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@${{ github.server_url | cut -c 9- }}/${{ github.repository }}.git" .
|
||||
git checkout ${{ github.sha }}
|
||||
git checkout ${{ github.sha }}
|
||||
|
||||
- name: Version aus Gradle auslesen
|
||||
id: get_version
|
||||
|
||||
Reference in New Issue
Block a user