Skip to content

Commit 2767208

Browse files
author
Matus Kasak
committed
Defined logdir input
1 parent 164c424 commit 2767208

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/import-db/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ inputs:
1818
description: 'Admin password for DSpace'
1919
required: true
2020
type: string
21+
LOGDIR:
22+
description: 'Directory for log files'
23+
required: false
24+
type: string
25+
default: ''
2126

2227
runs:
2328
using: "composite"

0 commit comments

Comments
 (0)