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:19:41 +00:00
parent 7a90e49792
commit 032f7469b8

View File

@ -5,5 +5,11 @@ jobs:
first:
name: Step One
runs-on: ubuntu-latest
container: alpine/git
steps:
- run: echo "$GITHUB_SERVER_URL"
- run: |
URL=$(echo "$GITHUB_SERVER_URL" | sed 's%://%$GITHUB_TOKEN@://%')
git clone "$URL/$GITHUB_REPOSITORY.git"
git switch $GITHUB_REF
- run: ls