Files
animated-cube/.github/workflows/test.yaml
Zakary Timson f4432a274d
All checks were successful
Workflow Test / Step One (push) Successful in 2s
Update .github/workflows/test.yaml
2023-08-07 00:06:34 +00:00

15 lines
330 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
container: alpine/git
steps:
- run: |
URL=$(echo "${{GITHUB_SERVER_URL}}" | sed 's%://%${{GITHUB_TOKEN}}@://%')
git clone "$URL/${{GITHUB_REPOSITORY}}"
git switch ${{GITHUB_REF}}
- run: ls