Alphabetize the list of inputs in action.yml (#38)

This commit is contained in:
Dilum Aluthge
2021-03-29 21:50:49 -04:00
committed by GitHub
parent f8a636d3f0
commit 07b45fecd2

View File

@@ -7,22 +7,22 @@ branding:
color: 'gray-dark' color: 'gray-dark'
inputs: inputs:
inline:
description: 'Value passed to the --inline flag. Options: yes | no. Default value: yes.'
default: 'yes'
coverage: coverage:
description: 'Value determining whether to test with coverage or not. Options: true | false. Default value: true.' description: 'Value determining whether to test with coverage or not. Options: true | false. Default value: true.'
default: 'true' default: 'true'
depwarn: depwarn:
description: 'Value passed to the --depwarn flag. Options: yes | no | error. Default value: yes.' description: 'Value passed to the --depwarn flag. Options: yes | no | error. Default value: yes.'
default: 'yes' default: 'yes'
project: inline:
description: 'Value passed to the --project flag. The default value is the repository root: "@."' description: 'Value passed to the --inline flag. Options: yes | no. Default value: yes.'
default: '@.' default: 'yes'
prefix: prefix:
description: 'Value inserted in front of the julia command, e.g. for running xvfb-run julia [...]' description: 'Value inserted in front of the julia command, e.g. for running xvfb-run julia [...]'
default: '' default: ''
required: false required: false
project:
description: 'Value passed to the --project flag. The default value is the repository root: "@."'
default: '@.'
runs: runs:
using: 'composite' using: 'composite'