We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712b530 commit 3b5bee1Copy full SHA for 3b5bee1
action.yml
@@ -52,7 +52,7 @@ runs:
52
working-directory: ${{ steps.inputs.outputs.working_directory }}
53
run: |
54
reqs_file=$(git rev-parse --show-toplevel)/.git/ansible-lint-requirements.txt
55
- echo "reqs_file=$reqs_file\n" >> $GITHUB_OUTPUT
+ echo "reqs_file=$reqs_file" >> $GITHUB_OUTPUT
56
wget --output-document=$reqs_file https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
57
58
- name: Set up Python
0 commit comments