We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039005 commit 45ebda5Copy full SHA for 45ebda5
.github/workflows/pull_request.yml
@@ -64,6 +64,8 @@ jobs:
64
- uses: actions/checkout@v3
65
name: Checkout LLS-Addons
66
with:
67
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
68
+ ref: ${{ github.head_ref }}
69
submodules: false
70
71
- name: Set Base and Head Refs
0 commit comments