mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +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