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
1 changed files with 2 additions and 0 deletions

View File

@ -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: |