Skip to content

camunda-cloud/git-changes-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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