Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 2.38 KB

README-outputColumns.md

File metadata and controls

41 lines (33 loc) · 2.38 KB

test

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
base_sha string false Specify a base commit SHA
used for comparing changes
files string false "README.md"
"README.md"
Check for changes using only
this list of files (Defaults
to the entire repo)
path string false Specify a relative path under
$GITHUB_WORKSPACE to locate the repository
path_separator string false "\n" Path separator
separator string true "|" Split character for array output
sha string true "${{ github.sha }}" Specify a current commit SHA
used for comparing changes
token string true "${{ github.token }}" Github token or Repo Scoped
Personal Access Token

Outputs

OUTPUT TYPE
added_files string
all_changed_and_modified_files string
all_modified_files string
any_changed string
any_deleted string
copied_files string
deleted_files string
modified_files string
only_changed string
only_deleted string
other_deleted_files string
renamed_files string
type_changed_files string
unknown_files string
unmerged_files string