Skip to content

Commit

Permalink
CLDR-14483 build: fix ansible-lint failure (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Feb 9, 2021
1 parent f51da9c commit c27bb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
with:
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
# the hash here is a specific version of that repo
uses: ansible/ansible-lint-action@c37fb7b4bda2c8cb18f4942716bae9f11b0dc9bc
with:
targets: tools/scripts/ansible/*-playbook.yml
- name: Lint Markdown
Expand Down

0 comments on commit c27bb5e

Please sign in to comment.