Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
correctly check out main branch first
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler committed Dec 11, 2023
1 parent 142477a commit 43344ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
id: comment-branch
uses: xt0rted/pull-request-comment-branch@v2
if: steps.trigger-deployment.outputs.triggered == 'true'
- name: Checkout `main` branch
uses: actions/checkout@v4
- name: Checkout PR branch
run: gh pr checkout $PR_NUMBER
env:
Expand Down

0 comments on commit 43344ae

Please sign in to comment.