From 6e1217c9e8edbc53bb86ff2f7ed3c350890e63fd Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 29 Aug 2023 02:13:40 +0100 Subject: [PATCH] maybe --- .github/workflows/infra.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 3c20a3b..7063770 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -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