Initial attempt (untested)
This commit is contained in:
@@ -4,6 +4,7 @@ inputs:
|
||||
filePath:
|
||||
description: 'The path to the directory containing the SPDX files to upload. Defaults to Actions working directory.'
|
||||
required: false
|
||||
default: '.'
|
||||
filePattern:
|
||||
description: 'The file name pattern for SPDX files to upload'
|
||||
required: false
|
||||
@@ -11,3 +12,6 @@ inputs:
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'upload-cloud'
|
||||
color: 'blue'
|
||||
|
||||
Reference in New Issue
Block a user