Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 2s
Some checks failed
Workflow Test / Step One (push) Failing after 2s
This commit is contained in:
parent
cfa663f791
commit
9ae029cedb
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@ -5,11 +5,6 @@ jobs:
|
||||
first:
|
||||
name: Step One
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine/git
|
||||
steps:
|
||||
- run: echo "$GITHUB_SERVER_URL"
|
||||
- run: |
|
||||
HOST=$(echo "$GITHUB_SERVER_URL" | sed 's%https://%%')
|
||||
URL="https://$GITHUB_TOKEN@$HOST/$GITHUB_REPOSITORY.git"
|
||||
git clone -b "$GITHUB_REF_NAME" "$URL" .
|
||||
- uses: git.zakscode.com/ztimson/actions/git/checkout@develop
|
||||
- run: ls
|
||||
|
Loading…
Reference in New Issue
Block a user