forked from waja/action-debian-package
workflows: use refs/tags prefix for actions/checkout
This commit is contained in:
parent
d4b12d634d
commit
5e9cf17626
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -13,10 +13,10 @@ jobs:
|
|||
include:
|
||||
- package: deber
|
||||
repo: dawidd6/deber
|
||||
ref: v1.0.0
|
||||
ref: refs/tags/v1.0.0
|
||||
- package: lazygit
|
||||
repo: dawidd6/lazygit-debian
|
||||
ref: ubuntu/0.16.2-1
|
||||
ref: refs/tags/ubuntu/0.16.2-1
|
||||
steps:
|
||||
- name: Checkout package
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue