Skip to content

Commit

Permalink
GH/test-osbuild-composer-integration: don't set env.pr_head
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thozza authored and achilleas-k committed Jan 7, 2025
1 parent 3cd836c commit f667cdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-osbuild-composer-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f667cdf

Please sign in to comment.