rewrite in javascript
This commit is contained in:
parent
b27c1f0ddb
commit
9feac88483
43 changed files with 2589 additions and 73 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue