Remove fake dir
This commit is contained in:
parent
de5236bc3c
commit
fbb6083506
@ -7,7 +7,6 @@ runs:
|
|||||||
- run: |
|
- run: |
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
mkdir -p /tmp/newdir && cd /tmp/newdir
|
|
||||||
git init
|
git init
|
||||||
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
|
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
|
||||||
basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64)
|
basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user