Skip to content

Commit 3c243f1

Browse files
committed
ci: Fix PR checkout
Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 021f8ad commit 3c243f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Fetch PR head
2424
run: |
25-
git fetch origin pull/${{ github.event.pull_request_target.number }}/head:pr-head
25+
git fetch origin pull/${{ github.event.number }}/head:pr-head
2626
2727
- name: Setup sdk-nrfxlib repository
2828
run: |

0 commit comments

Comments
 (0)