Skip to content

Commit 3b5bee1

Browse files
authored
Fix github action (#4342)
1 parent 712b530 commit 3b5bee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
working-directory: ${{ steps.inputs.outputs.working_directory }}
5353
run: |
5454
reqs_file=$(git rev-parse --show-toplevel)/.git/ansible-lint-requirements.txt
55-
echo "reqs_file=$reqs_file\n" >> $GITHUB_OUTPUT
55+
echo "reqs_file=$reqs_file" >> $GITHUB_OUTPUT
5656
wget --output-document=$reqs_file https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
5757
5858
- name: Set up Python

0 commit comments

Comments
 (0)