We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac0f93 commit b2b4b41Copy full SHA for b2b4b41
1 file changed
.github/workflows/ci.yaml
@@ -27,6 +27,8 @@ jobs:
27
- name: Checkout code
28
uses: actions/checkout@v4
29
with:
30
+ ref: ${{ github.head_ref }} # Checks out the branch from the fork
31
+ repository: ${{ github.event.pull_request.head.repo.full_name }} # The fork's repository
32
persist-credentials: true # Ensures the GitHub token is available for pushing
33
34
- name: Setup micromamba
0 commit comments