remove uploading the artifact, no point when its text regardless
All checks were successful
Docker Compose Linter / Docker Compose Linter (push) Successful in 4s
All checks were successful
Docker Compose Linter / Docker Compose Linter (push) Successful in 4s
This commit is contained in:
parent
ea736ec053
commit
dd08f539f6
1 changed files with 0 additions and 7 deletions
|
@ -22,10 +22,3 @@ jobs:
|
||||||
document-start: disable
|
document-start: disable
|
||||||
line-length: disable
|
line-length: disable
|
||||||
comments-indentation: disable
|
comments-indentation: disable
|
||||||
|
|
||||||
- name: Upload logs
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
name: logs.txt
|
|
||||||
path: ${{ steps.yaml-lint.outputs.logfile }}
|
|
||||||
|
|
Loading…
Reference in a new issue