Initial attempt (untested)

This commit is contained in:
Justin Hutchings
2022-08-25 11:50:14 -07:00
parent 71940e0673
commit aa7e545573
8 changed files with 3825 additions and 48 deletions
+4
View File
@@ -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'