animated-cube/.github/workflows/test.yaml

10 lines
141 B
YAML
Raw Normal View History

2023-08-06 19:20:12 -04:00
name: Workflow Test
on: push
jobs:
2023-08-06 19:21:10 -04:00
first:
name: Step One
runs-on: ubuntu-latest
steps:
2023-08-06 20:17:27 -04:00
- run: echo "$GITHUB_SERVER_URL"