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