Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support local changes #53

Merged
merged 2 commits into from Nov 22, 2020
Merged

Support local changes #53

merged 2 commits into from Nov 22, 2020

Conversation

dorny
Copy link
Owner

@dorny dorny commented Nov 22, 2020

This PR adds support for local changes - i.e. it compares current state against HEAD.
Changed files could be staged or unstaged. New files must be added (git add) first so they are tracked by git.
Local change detection is used when base input parameter is set to HEAD

Detection of local changes could be useful when used together with some action which modifies source files - e.g. linter which can automatically fix found issues.

closes #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support workflow_dispatch event
1 participant