diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 14e4bf2..6337723 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -22,7 +22,9 @@ jobs: run: | git config --global credential.helper store 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 }} + ls ${{ github.workspace }} - name: Write build info shell: bash