Skip to content

Commit

Permalink
CLDR-14483 Workaround for ansible-lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Feb 9, 2021
1 parent 4997476 commit 28b84ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
lfs: false # not needed for this job, as we don’t currently do a Java build
- name: Lint Ansible Playbook
# the hash here is a specific version of that repo, since there is not a later commit.
uses: ansible/ansible-lint-action@6c8c14186662e43effbe39a678950896a46799ad
# Workaround, see CLDR-14483
uses: srl295/ansible-lint-action@96f125c233c690a433b4e2bfc3160de8a51eede2
# For when CLDR-14483 is fixed:
# uses: ansible/ansible-lint-action@f05dc373850a80f1da58eae655e47b85502cacbf
with:
targets: tools/scripts/ansible/*-playbook.yml
- name: Lint Markdown
Expand Down

0 comments on commit 28b84ee

Please sign in to comment.