mirror of https://github.com/explosion/spaCy.git
Pass the matrix branch to the checkout action (#10304)
This commit is contained in:
parent
22066f4e0f
commit
d30ee14ab3
|
@ -14,6 +14,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
ref: ${{ matrix.branch }}
|
||||||
- name: Get commits from past 24 hours
|
- name: Get commits from past 24 hours
|
||||||
id: check_commits
|
id: check_commits
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue