Quellcode durchsuchen

Merge pull request #123 from lwilson/issue-122

Issue 122: Fix error in ansible-lint yml
John Lockman vor 4 Jahren
Ursprung
Commit
951c1cdb21
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/ansible-lint.yml

+ 1 - 1
.github/workflows/ansible-lint.yml

@@ -1,4 +1,4 @@
-me: Ansible Lint  # feel free to pick your own name
+name: Ansible Lint  # feel free to pick your own name
 
 on: [push, pull_request]