Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ansible#3938: don't assume working_directory is github.workspace
Setting `working_directory` for ansible-lint action would fail due to hard-coded `.git`, introduced in commit 6f728e0, when fetching `.config/requirements-lock.txt`. This fix replaces `.git` with `${{ github.workspace }}/.git` to make `working_directory` argument work again.
- Loading branch information