Skip to content

Commit

Permalink
Try fixing empty base/head ref
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 23, 2024
1 parent a368c7e commit fe67213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe67213

Please sign in to comment.