Skip to content

Commit

Permalink
Fix github action (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 19, 2024
1 parent 712b530 commit 3b5bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
working-directory: ${{ steps.inputs.outputs.working_directory }}
run: |
reqs_file=$(git rev-parse --show-toplevel)/.git/ansible-lint-requirements.txt
echo "reqs_file=$reqs_file\n" >> $GITHUB_OUTPUT
echo "reqs_file=$reqs_file" >> $GITHUB_OUTPUT
wget --output-document=$reqs_file https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
- name: Set up Python
Expand Down

0 comments on commit 3b5bee1

Please sign in to comment.