maybe
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m21s Details

This commit is contained in:
Gleb Koval 2023-08-29 02:13:40 +01:00
parent d17f76ba6d
commit 6e1217c9e8
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- run: |
echo !${{ github.event.pull_request.commits }}
echo !${{ github.event.pull_request }}
echo !${{ github.event.pusher }}
echo !${{ github.event.forkee }}
@ -33,8 +33,8 @@ jobs:
- name: Install dependencies
run: |
pip3 install -r requirements.txt ${{ github.event.pull_request.base }}
ansible-galaxy collection install community.general ${{ github.event.pull_request.merge_commit_sha }}
pip3 install -r requirements.txt
ansible-galaxy collection install community.general
- name: Get changed playbooks
id: changed-playbooks