From fe6721347e0fcee58ace696256bc2f7cfa9f8732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 23 Sep 2024 17:51:22 +0200 Subject: [PATCH] Try fixing empty base/head ref --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1a56d95..2ec50b0 100644 --- a/action.yaml +++ b/action.yaml @@ -10,7 +10,7 @@ runs: id: run-pear-reviewer uses: docker://ghcr.io/sapcc/pear-reviewer:edge with: - args: helm-chart + args: helm-chart --base ${{ github.event.pull_request.base.ref }} --head ${{ github.event.pull_request.head.ref }} - name: Find Comment uses: peter-evans/find-comment@v3