From f667cdfbaaaa8b2d5e579f9f0294b24c7b680028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Mon, 6 Jan 2025 10:48:36 +0100 Subject: [PATCH] GH/test-osbuild-composer-integration: don't set env.pr_head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `pr_head` env variable set by the step was always empty, because there was a typo in the source variable "hase" vs. "head" / "base". I was not able to find any actual use of the `pr_head` variable, so let's delete it altogether from the action step. Signed-off-by: Tomáš Hozza --- .github/workflows/test-osbuild-composer-integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-osbuild-composer-integration.yml b/.github/workflows/test-osbuild-composer-integration.yml index 71442e252d..d350e302bf 100644 --- a/.github/workflows/test-osbuild-composer-integration.yml +++ b/.github/workflows/test-osbuild-composer-integration.yml @@ -104,8 +104,6 @@ jobs: fi - name: Update the osbuild/images reference to the PR HEAD - env: - pr_head: ${{ github.event.pull_request.hase.sha }} # if the base tests failed, there's no need to run the PR HEAD tests if: steps.tests-base.outputs.base_test == 1 # Restore and clean the checkout and replace the dependency again using