forked from waja/action-debian-package
README: add comments
This commit is contained in:
parent
e9534ef5c9
commit
47f8afc0a7
|
@ -8,6 +8,6 @@ An action that builds a Debian package from source for specified distribution.
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@master
|
uses: dawidd6/action-debian-package@master
|
||||||
with:
|
with:
|
||||||
directory: ./
|
directory: lolcat # relative to PWD, defaults to PWD
|
||||||
os: debian
|
os: debian # or ubuntu, defaults to debian
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue