소스 검색

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]