Skip to content

Commit 3c6ee88

Browse files
committed
CI: build-pog-repository: Default 'source' to the current directory
1 parent 1c5034a commit 3c6ee88

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/build-pog-repository/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: 'Use a local package repository to generate a remote Pog package re
44
inputs:
55
source:
66
description: 'Path to the source local repository.'
7-
required: true
7+
required: false
8+
default: "."
89

910
output:
1011
description: 'Output path where the generated remote repository files are placed.'

0 commit comments

Comments
 (0)