Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s

This commit is contained in:
Zakary Timson 2023-08-07 00:12:44 +00:00
parent 3e9ca97f1d
commit 583dba0eac

View File

@ -5,7 +5,6 @@ jobs:
first: first:
name: Step One name: Step One
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: alpine/git
steps: steps:
- run: echo "${{GITHUB_SERVER_URL}}" - run: echo "${{GITHUB_SERVER_URL}}"
- run: | - run: |