fix: Add override OS and linux default

This commit is contained in:
Tom Hu 2021-08-20 11:23:29 -07:00
parent 53cd6a7259
commit b92422542f
No known key found for this signature in database
GPG key ID: 6D87FFF4D2F6D66F
9 changed files with 145 additions and 63 deletions

View file

@ -53,6 +53,9 @@ inputs:
override_tag:
description: 'Specify the git tag'
required: false
os:
description: 'Override the assumed OS. Options are alpine | linux | macos | windows.'
required: false
root_dir:
description: 'Used when not in git/hg project to identify project root directory'
required: false