prbot inputs
This commit is contained in:
12
action.yml
12
action.yml
@@ -9,9 +9,19 @@ inputs:
|
||||
description: 'Additional cppcheck flags'
|
||||
required: false
|
||||
default: '--enable=warning'
|
||||
prbot_username:
|
||||
description: 'PRBot Username'
|
||||
required: true
|
||||
prbot_api_token:
|
||||
description: 'PRBot API Token'
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.path }}
|
||||
- ${{ inputs.opts }}
|
||||
- ${{ inputs.opts }}
|
||||
env:
|
||||
PRBOT_USERNAME: ${{ inputs.prbot_username }}
|
||||
PRBOT_API_TOKEN: ${{ inputs.prbot_api_token }}
|
||||
Reference in New Issue
Block a user