Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 2s

This commit is contained in:
Zakary Timson 2023-08-07 00:36:01 +00:00
parent cfa663f791
commit 9ae029cedb

View File

@ -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