Skip to content

Commit

Permalink
Change ref
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Oct 1, 2024
1 parent 5f55a4d commit 4c5b8d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4c5b8d4

Please sign in to comment.