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

10 lines
145 B
YAML

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