https://github.com/multani/git-changes-action
Display and fail a build if there are any Git changes
https://github.com/multani/git-changes-action
github-action
Last synced: about 1 year ago
JSON representation
Display and fail a build if there are any Git changes
- Host: GitHub
- URL: https://github.com/multani/git-changes-action
- Owner: multani
- License: mit
- Created: 2022-01-03T13:59:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T15:46:21.000Z (over 4 years ago)
- Last Synced: 2025-03-14T05:46:34.205Z (about 1 year ago)
- Topics: github-action
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git changes action
This GitHub Action:
* Show pending changes in a Git repository: uncommited files and pending
modifications.

* Fail the step if there are any pending changes.

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:
```yaml
- name: Check Git changes
uses: multani/git-changes-action@v1
```