Skip to content

Commit

Permalink
Add files back to action.yml, mark as deprected
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 4, 2022
1 parent d95302b commit 62b1695
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
--workdir $GITHUB_WORKSPACE \
--rm \
-e INPUT_CHECK_NAME \
-e INPUT_FILES \
-e INPUT_JUNIT_FILES \
-e INPUT_JSON_FILE \
-e INPUT_LOG_LEVEL \
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ inputs:
description: 'The created test result check run has failure state if any test fails or test errors occur. Never fails when set to "nothing", fails only on errors when set to "errors". Default is "test failures".'
default: 'test failures'
required: false
files:
description: 'Deprecated, use "junit_files" instead.'
required: false
junit_files:
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with ! exclude the matching files. There have to be at least one pattern starting without a `!`.'
required: false
Expand Down
3 changes: 3 additions & 0 deletions composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ inputs:
description: 'The created test result check run has failure state if any test fails or test errors occur. Never fails when set to "nothing", fails only on errors when set to "errors". Default is "test failures".'
default: 'test failures'
required: false
files:
description: 'Deprecated, use "junit_files" instead.'
required: false
junit_files:
description: 'File patterns of JUnit XML test result files. Supports *, **, ?, and []. Use multiline string for multiple patterns. Patterns starting with ! exclude the matching files. There have to be at least one pattern starting without a `!`.'
required: false
Expand Down

0 comments on commit 62b1695

Please sign in to comment.