mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
add github action for aptly upload
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
|||||||
|
name: 'Hello World JS Action'
|
||||||
|
description: 'Greet someone and record the time'
|
||||||
|
inputs:
|
||||||
|
directory:
|
||||||
|
description: 'directory with debian packages'
|
||||||
|
required: true
|
||||||
|
default: 'build'
|
||||||
|
#outputs:
|
||||||
|
# time:
|
||||||
|
# description: 'The time we greeted you'
|
||||||
|
runs:
|
||||||
|
using: 'debian:bookworm-slim'
|
||||||
|
main: 'aptly-upload.sh'
|
||||||
|
|
||||||
Reference in New Issue
Block a user