Saves lists of changed files in the outputs
object and on the filesystem for use by other actions.
- uses: lots0logs/[email protected]
with:
token: GITHUB_TOKEN
token
: TheGITHUB_TOKEN
secret.
All output values are a single JSON encoded array.
all
: Added, deleted, renamed and modified filesadded
: Added filesdeleted
: Deleted filesrenamed
: Renamed filesmodified
: Modified files
${HOME}/files.json
${HOME}/files_modified.json
${HOME}/files_added.json
${HOME}/files_deleted.json
${HOME}/files_renamed.json
Get Changed Files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.