Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 3.45 KB

README-inputColumns.md

File metadata and controls

41 lines (33 loc) · 3.45 KB

test

Inputs

INPUT TYPE DESCRIPTION
base_sha string Specify a base commit SHA
used for comparing changes
files string Check for changes using only
this list of files (Defaults
to the entire repo)
path string Specify a relative path under
$GITHUB_WORKSPACE to locate the repository
path_separator string Path separator
separator string Split character for array output
sha string Specify a current commit SHA
used for comparing changes
token string Github token or Repo Scoped
Personal Access Token

Outputs

OUTPUT TYPE DESCRIPTION
added_files string List of added files.
all_changed_and_modified_files string List of all changed files.
all_modified_files string List of all copied modified
and added files.
any_changed string Return true only when any
files provided using the files
input have changed.
any_deleted string Return true only when any
files provided using the files
input have been deleted.
copied_files string List of copied files.
deleted_files string List of deleted files.
modified_files string List of modified files.
only_changed string Return true when all files
provided using the files input
have changed.
only_deleted string Return true when all files
provided using the files input
have been deleted.
other_deleted_files string Return list of deleted files
not listed in the files
input.
renamed_files string List of renamed files.
type_changed_files string List of files that had
type changes.
unknown_files string List of unknown files.
unmerged_files string List of unmerged files.