Skip to content

Commit

Permalink
modified checkout PRs branch step to support the case when PRs branch…
Browse files Browse the repository at this point in the history
… is from another repository

Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
  • Loading branch information
vlad-diachenko committed Sep 18, 2024
1 parent 16881ab commit 8a93d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-loki-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
path: ${{ github.workspace }}/pr

- name: Render Helm chart for each scenario in the base branch
Expand Down

0 comments on commit 8a93d0b

Please sign in to comment.