Skip to content

Commit

Permalink
Fixed YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 18, 2024
1 parent ae28c1e commit 847a859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: authentication
path:
- /var/log/lynis.log
- /etc/pam.d/common-*
path: |
/var/log/lynis.log
/etc/pam.d/common-*
accounting:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 847a859

Please sign in to comment.