Skip to content

Commit

Permalink
Add comments to deprecated / not documented composite action inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 23, 2022
1 parent 40ba9b7 commit 57adf96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ runs:
CHECK_NAME: ${{ inputs.check_name }}
COMMENT_TITLE: ${{ inputs.comment_title }}
FAIL_ON: ${{ inputs.fail_on }}
# deprecated
FILES: ${{ inputs.files }}
JUNIT_FILES: ${{ inputs.junit_files }}
TIME_UNIT: ${{ inputs.time_unit }}
Expand All @@ -166,7 +167,9 @@ runs:
SECONDS_BETWEEN_GITHUB_WRITES: ${{ inputs.seconds_between_github_writes }}
JSON_FILE: ${{ inputs.json_file }}
JOB_SUMMARY: ${{ inputs.job_summary }}
# not documented
ROOT_LOG_LEVEL: ${{ inputs.root_log_level }}
# not documented
LOG_LEVEL: ${{ inputs.log_level }}
shell: bash

Expand Down

0 comments on commit 57adf96

Please sign in to comment.