File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ _log() {
28
28
29
29
_main () {
30
30
if " $INPUT_SKIP_FETCH " ; then
31
- _log " warning" " skip_fetch has been removed in v6. It does not have any effect anymore." ;
31
+ _log " warning" " git-auto-commit: skip_fetch has been removed in v6. It does not have any effect anymore." ;
32
32
fi
33
33
34
34
if " $INPUT_SKIP_CHECKOUT " ; then
35
- _log " warning" " skip_checkout has been removed in v6. It does not have any effect anymore." ;
35
+ _log " warning" " git-auto-commit: skip_checkout has been removed in v6. It does not have any effect anymore." ;
36
36
fi
37
37
38
38
if " $INPUT_CREATE_BRANCH " ; then
39
- _log " warning" " create_branch has been removed in v6. It does not have any effect anymore." ;
39
+ _log " warning" " git-auto-commit: create_branch has been removed in v6. It does not have any effect anymore." ;
40
40
fi
41
41
42
42
_check_if_git_is_available
You can’t perform that action at this time.
0 commit comments