debug
This commit is contained in:
parent
c1fd46bb9c
commit
f518f8f674
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue