mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-16 18:55:44 +00:00
fix: Add override OS and linux default
This commit is contained in:
parent
53cd6a7259
commit
b92422542f
9 changed files with 145 additions and 63 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue