remove uploading the artifact, no point when its text regardless
All checks were successful
Docker Compose Linter / Docker Compose Linter (push) Successful in 4s

This commit is contained in:
Seaswimmer 2023-10-21 14:02:59 -04:00
parent ea736ec053
commit dd08f539f6
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -22,10 +22,3 @@ jobs:
document-start: disable
line-length: disable
comments-indentation: disable
- name: Upload logs
uses: actions/upload-artifact@v3
if: always()
with:
name: logs.txt
path: ${{ steps.yaml-lint.outputs.logfile }}