simplified action
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s

This commit is contained in:
Seaswimmer 2023-10-21 13:21:22 -04:00
parent e7969d29d0
commit 92a1b29429
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -15,12 +15,9 @@ jobs:
id: yaml-lint
uses: actions/yamllint@v3
- name: Save logs to file
run: echo ${{ steps.yaml-lint.outputs.logfile }}
- name: Upload logs
uses: actions/upload-artifact@v3
if: always()
with:
name: linter-logfile
name: logs
path: ${{ steps.yaml-lint.outputs.logfile }}