Gh Action Get Changed Files Save

GitHub Action that saves changed files as JSON for use by other actions.

Project README

GitHub Action: Get Changed Files

Saves lists of changed files in the outputs object and on the filesystem for use by other actions.

Workflow Config Example

- uses: lots0logs/[email protected]
  with:
    token: ${{ secrets.GITHUB_TOKEN }}

Inputs

Outputs

All output values are a single JSON encoded array.

  • all: Added, deleted, renamed and modified files
  • added: Added files
  • deleted: Deleted files
  • renamed: Renamed files
  • modified: Modified files

JSON Files Created By This Action

  • ${HOME}/files.json
  • ${HOME}/files_modified.json
  • ${HOME}/files_added.json
  • ${HOME}/files_deleted.json
  • ${HOME}/files_renamed.json
Open Source Agenda is not affiliated with "Gh Action Get Changed Files" Project. README Source: lots0logs/gh-action-get-changed-files
Stars
85
Open Issues
11
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating