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

10 lines
141 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
steps:
- run: echo "$GITHUB_SERVER_URL"