From 82a72779275073285587334a069cf45c281eca71 Mon Sep 17 00:00:00 2001 From: jnsbck-uni Date: Thu, 21 Nov 2024 21:17:45 +0100 Subject: [PATCH] fix: rm comment_pr_branch checkout --- .github/workflows/update_regression_baseline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_regression_baseline.yml b/.github/workflows/update_regression_baseline.yml index aa16af69..7af7c354 100644 --- a/.github/workflows/update_regression_baseline.yml +++ b/.github/workflows/update_regression_baseline.yml @@ -18,14 +18,14 @@ jobs: pull-requests: write steps: - - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 - id: comment-branch + # - name: Get PR branch + # uses: xt0rted/pull-request-comment-branch@v1 + # id: comment-branch - name: Checkout PR branch uses: actions/checkout@v3 with: - ref: ${{ steps.comment-branch.outputs.head_ref }} # using head_sha vs. head_ref makes this work for forks + # ref: ${{ steps.comment-branch.outputs.head_ref }} # using head_sha vs. head_ref makes this work for forks lfs: true fetch-depth: 0 # This ensures we can checkout main branch too