Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 483 Bytes

Git changes action

This GitHub Action:

  • Show pending changes in a Git repository: uncommited files and pending modifications.

    untracked files

  • Fail the step if there are any pending changes.

    modified files

This can be used to verify that the content of a Git repository didn't change after a set of steps.

To use this GitHub Action:

      - name: Check Git changes
        uses: camunda-cloud/git-changes-action@v1