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:
4242 GH_ACTION_REF : ${{ github.action_ref || 'main' }}
4343 working-directory : ${{ steps.inputs.outputs.working_directory }}
4444 run : |
45- wget --output-document=.git/ansible-lint-requirements.txt https://raw.githubusercontent.com/ansible/ansible-lint/$GH_ACTION_REF/.config/requirements-lock.txt
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
4646
4747 - name : Set up Python
4848 if : inputs.setup_python == 'true'
4949 uses : actions/setup-python@v5
5050 with :
5151 cache : pip
52- cache-dependency-path : ${{ steps.inputs.outputs.working_directory }}/.git/ansible-lint-requirements.txt
52+ cache-dependency-path : ${{ github.workspace }}/.git/ansible-lint-requirements.txt
5353 python-version : " 3.11"
5454
5555 - name : Install ansible-lint
You can’t perform that action at this time.
0 commit comments