mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
Fix typo
This commit is contained in:
parent
97bc9aad02
commit
1e537e364d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/petclinic.yaml
vendored
2
.github/workflows/petclinic.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [ Build-Petclinic ]
|
||||
steps:
|
||||
- uses: actions/dwwonload-artifact@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: petclinic-build
|
||||
path: target/
|
||||
|
|
Loading…
Reference in a new issue