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

10 lines
145 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:08:49 -04:00
- run: echo "${{GITHUB_SERVER_URL}}"