This commit is contained in:
parent
8cf1a87268
commit
6b22398b73
1 changed files with 2 additions and 1 deletions
|
@ -11,9 +11,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
set -x
|
||||
env
|
||||
pwd
|
||||
ls -la
|
||||
git clone https://${GITHUB_ACTOR}:{$GITHUB_TOKEN}@${GITHUB_SERVER_URL:8}/${GITHUB_REPOSITORY} .
|
||||
git clone "https://${GITHUB_ACTOR}:{$GITHUB_TOKEN}@${GITHUB_SERVER_URL:8}/${GITHUB_REPOSITORY}" .
|
||||
ls -la
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue