mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-12-06 02:09:04 +00:00
WIP
This commit is contained in:
parent
4ebfe28af0
commit
49e28abb3f
@ -5,7 +5,7 @@ set -eu
|
|||||||
_main() {
|
_main() {
|
||||||
_switch_to_repository
|
_switch_to_repository
|
||||||
|
|
||||||
if _git_is_dirty || [ -n "$INPUT_SKIP_DIRTY_CHECK" ]; then
|
if _git_is_dirty -o [ "$INPUT_SKIP_DIRTY_CHECK" = true ]; then
|
||||||
|
|
||||||
echo "::set-output name=changes_detected::true";
|
echo "::set-output name=changes_detected::true";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user