Skip to content

Commit 6e3e9d8

Browse files
committed
Adapt the checkout configuration, to match the expectations of EndBug/add-and-commit@v9
1 parent 5c9adf7 commit 6e3e9d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v5
39+
with:
40+
repository: ${{ github.event.pull_request.head.repo.full_name }}
41+
ref: ${{ github.event.pull_request.head.ref }}
3942
- name: Use Node.js
4043
uses: actions/setup-node@v5
4144
with:

0 commit comments

Comments
 (0)