mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: correct yaml lint issues
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -163,7 +163,7 @@ jobs:
|
||||
- name: download test-results
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: test-results
|
||||
name: test-results
|
||||
path: test-results
|
||||
|
||||
- name: Publish Unit Test Results
|
||||
@@ -172,4 +172,4 @@ jobs:
|
||||
check_name: Unit Test Results
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
junit_files: test-results/**/*.xml
|
||||
comment_mode: off
|
||||
comment_mode: false
|
||||
|
||||
Reference in New Issue
Block a user