Skip to content

Commit 09e228a

Browse files
Add git-auto-commit to warning text
1 parent ae02d1b commit 09e228a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)