Skip to content

Commit

Permalink
ci: fix update-ci-package-locks for PRs opened from a fork
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 26, 2024
1 parent 4705b46 commit 892c155
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.repository.full_name }}

- name: Prepare
id: prepare
Expand Down

0 comments on commit 892c155

Please sign in to comment.