mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2026-01-11 12:08:25 +00:00
Add skip_dirty_check option
This commit is contained in:
@@ -5,7 +5,7 @@ set -eu
|
||||
_main() {
|
||||
_switch_to_repository
|
||||
|
||||
if _git_is_dirty; then
|
||||
if _git_is_dirty || [ -n "$INPUT_SKIP_DIRTY_CHECK" ]; then
|
||||
|
||||
echo "::set-output name=changes_detected::true";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user