瀏覽代碼

Merge pull request #123 from lwilson/issue-122

Issue 122: Fix error in ansible-lint yml
John Lockman 4 年之前
父節點
當前提交
951c1cdb21
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]