workflows: fix inputs

This commit is contained in:
Dawid Dziurla 2020-03-26 16:46:27 +01:00
parent 5e9cf17626
commit 92d12c69a7
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -21,7 +21,7 @@ jobs:
- name: Checkout package - name: Checkout package
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repo: ${{matrix.repo}} repository: ${{matrix.repo}}
ref: ${{matrix.ref}} ref: ${{matrix.ref}}
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -42,15 +42,15 @@ jobs:
include: include:
- package: deber - package: deber
repo: dawidd6/deber repo: dawidd6/deber
ref: v1.0.0 ref: refs/tags/v1.0.0
- package: lazygit - package: lazygit
repo: dawidd6/lazygit-debian repo: dawidd6/lazygit-debian
ref: ubuntu/0.16.2-1 ref: refs/tags/ubuntu/0.16.2-1
steps: steps:
- name: Checkout package - name: Checkout package
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repo: ${{matrix.repo}} repository: ${{matrix.repo}}
ref: ${{matrix.ref}} ref: ${{matrix.ref}}
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2