mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
gh 1st workflow
This commit is contained in:
parent
7748c87e0b
commit
2ad64f97c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/first-example.yml
vendored
2
.github/workflows/first-example.yml
vendored
|
@ -3,7 +3,7 @@ on: push
|
|||
|
||||
jobs:
|
||||
first:
|
||||
runs_on: ubuntu-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Start
|
||||
run: echo "Hello Kacper!"
|
||||
|
|
Loading…
Reference in a new issue