rewrite in javascript

This commit is contained in:
Dawid Dziurla 2020-03-26 10:34:31 +01:00
parent b27c1f0ddb
commit 9feac88483
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B
43 changed files with 2589 additions and 73 deletions

View file

@ -1,6 +1,6 @@
# Build Debian package Github Action
An action that builds a Debian package from source for specified distribution.
An action that builds a Debian package from source.
## Usage
@ -8,6 +8,6 @@ An action that builds a Debian package from source for specified distribution.
- name: Build Debian package
uses: dawidd6/action-debian-package@master
with:
directory: lolcat # relative to PWD, defaults to PWD
directory: lolcat # optional, relative to workspace directory
os: debian # or ubuntu, defaults to debian
```