Skip to content

Commit

Permalink
Fix wget command in action (#3806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 2, 2023
1 parent 5e6cb58 commit 82ab7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -29,7 +29,7 @@ runs:
- name: Generate .git/ansible-lint-requirements.txt
shell: bash
run: |
wget --output-file=.git/ansible-lint-requirements.txt https://raw.githubusercontent.com/ansible/ansible-lint/${{ github.action_ref || 'main' }}/.config/requirements-lock.txt
wget --output-document=.git/ansible-lint-requirements.txt https://raw.githubusercontent.com/ansible/ansible-lint/${{ github.action_ref || 'main' }}/.config/requirements-lock.txt
- name: Set up Python
if: inputs.setup_python == 'true'
Expand Down

0 comments on commit 82ab7c4

Please sign in to comment.