From 9ed1e360b596a830550c21f4920a4d5b6dca504d Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 20 Sep 2023 12:36:28 +0100 Subject: [PATCH] Test failure of test-action --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index f00ae2cb2db..1fdd2e04da5 100644 --- a/action.yml +++ b/action.yml @@ -43,6 +43,10 @@ runs: # SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.action_ref || 'main' }} run: | cd $GITHUB_ACTION_PATH + pip --version + pip freeze + pip check + pip debug pip install "ansible-lint[lock] @ git+https://github.com/ansible/ansible-lint@${{ github.action_ref || 'main' }}" ansible-lint --version