mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Fix steps syntax
This commit is contained in:
parent
f154c35869
commit
a71c7de979
1 changed files with 1 additions and 1 deletions
2
.github/workflows/petclinic.yaml
vendored
2
.github/workflows/petclinic.yaml
vendored
|
@ -4,4 +4,4 @@ jobs:
|
|||
Build-Petclinic:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: echo "Hello Github Actions"
|
||||
- run: echo "Hello Github Actions"
|
Loading…
Reference in a new issue