File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ runs:
42
42
GH_ACTION_REF : ${{ github.action_ref || 'main' }}
43
43
working-directory : ${{ steps.inputs.outputs.working_directory }}
44
44
run : |
45
- wget --output-document=${{ github.workspace }}/.git/ansible-lint-requirements.txt https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
45
+ wget --output-document=${{ steps.inputs.outputs.working_directory }}/.git/ansible-lint-requirements.txt https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
46
46
47
47
- name : Set up Python
48
48
if : inputs.setup_python == 'true'
49
49
uses : actions/setup-python@v5
50
50
with :
51
51
cache : pip
52
- cache-dependency-path : ${{ github.workspace }}/.git/ansible-lint-requirements.txt
52
+ cache-dependency-path : ${{ steps.inputs.outputs.working_directory }}/.git/ansible-lint-requirements.txt
53
53
python-version : " 3.11"
54
54
55
55
- name : Install ansible-lint
You can’t perform that action at this time.
0 commit comments