Skip to content

Commit

Permalink
Test failure of test-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 20, 2023
1 parent c411c42 commit 9ed1e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ed1e36

Please sign in to comment.