We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9adf7 commit 6e3e9d8Copy full SHA for 6e3e9d8
1 file changed
.github/workflows/generate-mindmap.yml
@@ -36,6 +36,9 @@ jobs:
36
37
steps:
38
- uses: actions/checkout@v5
39
+ with:
40
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
41
+ ref: ${{ github.event.pull_request.head.ref }}
42
- name: Use Node.js
43
uses: actions/setup-node@v5
44
with:
0 commit comments