mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
fix pipeline.yml syntax
This commit is contained in:
parent
2ff0bfecc9
commit
f75b07374b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
||||||
# Save metrics as artifacts
|
# Save metrics as artifacts
|
||||||
- name: Save metrics
|
- name: Save metrics
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: pipeline-metrics
|
name: pipeline-metrics
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue