Pass the matrix branch to the checkout action (#10304)

This commit is contained in:
Ryn Daniels 2022-02-16 16:39:42 +02:00 committed by GitHub
parent 22066f4e0f
commit d30ee14ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
ref: ${{ matrix.branch }}
- name: Get commits from past 24 hours
id: check_commits
run: |