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() {
2828
2929_main () {
3030 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." ;
3232 fi
3333
3434 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." ;
3636 fi
3737
3838 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." ;
4040 fi
4141
4242 _check_if_git_is_available
You can’t perform that action at this time.
0 commit comments