refactor: rename disableAnnotations to enableAnnotations.
This commit is contained in:
@ -6,10 +6,10 @@ inputs:
|
||||
description: "The GITHUB_TOKEN for the current workflow run"
|
||||
required: false
|
||||
default: ${{github.token}}
|
||||
disable_annotations:
|
||||
enable_annotations:
|
||||
required: false
|
||||
default: "false"
|
||||
description: "Disable annotations report"
|
||||
default: "true"
|
||||
description: "Enable annotations report"
|
||||
enable_comments:
|
||||
required: false
|
||||
default: "false"
|
||||
@ -113,7 +113,7 @@ runs:
|
||||
env:
|
||||
INPUT_TOKEN: ${{ inputs.token }}
|
||||
INPUT_OUTPUT_PATH: ${{ inputs.output_path }}
|
||||
INPUT_DISABLE_ANNOTATIONS: ${{ inputs.disable_annotations }}
|
||||
INPUT_ENABLE_ANNOTATIONS: ${{ inputs.enable_annotations }}
|
||||
INPUT_ENABLE_COMMENTS: ${{ inputs.enable_comments }}
|
||||
INPUT_ENABLE_JOBS_SUMMARY: ${{ inputs.enable_jobs_summary }}
|
||||
INPUT_COMMENTS_WITH_QUERIES: ${{ inputs.comments_with_queries }}
|
||||
|
Reference in New Issue
Block a user