Skip to content

Commit cb37426

Browse files
committed
add github action for aptly upload
1 parent 147955c commit cb37426

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

action.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: 'Hello World JS Action'
2+
description: 'Greet someone and record the time'
3+
inputs:
4+
directory:
5+
description: 'directory with debian packages'
6+
required: true
7+
default: 'build'
8+
#outputs:
9+
# time:
10+
# description: 'The time we greeted you'
11+
runs:
12+
using: 'debian:bookworm-slim'
13+
main: 'aptly-upload.sh'
14+

0 commit comments

Comments
 (0)