debug
Some checks failed
/ build (push) Failing after 24s
/ deploy (push) Has been skipped

This commit is contained in:
Hornwitser 2025-07-02 00:23:47 +02:00
parent c1fd46bb9c
commit f518f8f674

View file

@ -22,7 +22,9 @@ jobs:
run: | run: |
git config --global credential.helper store git config --global credential.helper store
echo "https://runner:${{ secrets.GITHUB_TOKEN }}@$(echo "${{ github.server_url }}" | cut -b 9-)" > ~/.git-credentials echo "https://runner:${{ secrets.GITHUB_TOKEN }}@$(echo "${{ github.server_url }}" | cut -b 9-)" > ~/.git-credentials
echo ${{ github.repository }} ${{ github.workspace }}
git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }} git clone --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }} ${{ github.workspace }}
ls ${{ github.workspace }}
- -
name: Write build info name: Write build info
shell: bash shell: bash