Skip to content

Commit

Permalink
ci: fix update-ci-package-locks for PRs opened from a fork (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 27, 2024
1 parent 4705b46 commit f346eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}

- name: Prepare
id: prepare
Expand Down

0 comments on commit f346eb0

Please sign in to comment.