Skip to content

Commit a9fa418

Browse files
committed
Default packagesPath to dist-newstyle/sdist/
1 parent 0fa2122 commit a9fa418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ inputs:
2222

2323
packagesPath:
2424
description: 'Path that contains packages tarbals'
25-
required: true
25+
required: false
26+
default: dist-newstyle/sdist/
2627

2728
docsPath:
2829
description: 'Path that contains packages documentation tarbals'

0 commit comments

Comments
 (0)