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

15 lines
322 B
YAML

name: Workflow Test
on: push
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://%%')
echo "https://test@$HOST/$GITHUB_REPOSITORY.git"
- run: ls