We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deea41 commit 3b16dafCopy full SHA for 3b16daf
entrypoint.sh
@@ -27,6 +27,18 @@ _log() {
27
}
28
29
_main() {
30
+ if "$INPUT_SKIP_FETCH"; then
31
+ _log "warning" "skip_fetch has been removed in v6. It does not have any effect anymore.";
32
+ fi
33
+
34
+ if "$INPUT_SKIP_CHECKOUT"; then
35
+ _log "warning" "skip_checkout has been removed in v6. It does not have any effect anymore.";
36
37
38
+ if "$INPUT_CREATE_BRANCH"; then
39
+ _log "warning" "create_branch has been removed in v6. It does not have any effect anymore.";
40
41
42
_check_if_git_is_available
43
44
_switch_to_repository
0 commit comments