rewrite in javascript
This commit is contained in:
parent
b27c1f0ddb
commit
9feac88483
43 changed files with 2589 additions and 73 deletions
10
action.yml
10
action.yml
|
|
@ -5,11 +5,13 @@ branding:
|
|||
icon: package
|
||||
inputs:
|
||||
directory:
|
||||
description: Directory where Debianized sources live (defaults to current)
|
||||
description: Directory where Debian sources are, relative to workspace
|
||||
required: false
|
||||
default: ./
|
||||
os:
|
||||
description: '"ubuntu" or "debian" (defaults to "debian")'
|
||||
description: '"ubuntu" or "debian"'
|
||||
required: false
|
||||
default: debian
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
using: node12
|
||||
main: main.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue