Skip to content

Commit 7618051

Browse files
committed
Add deprecated inputs to fix unbound variable issue
1 parent 8ddf02d commit 7618051

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ inputs:
6666
internal_git_binary:
6767
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
6868
default: git
69+
skip_fetch:
70+
description: "Deprecated: skip_fetch has been removed in v6. It does not have any effect anymore."
71+
required: false
72+
default: false
73+
skip_checkout:
74+
description: "Deprecated: skip_checkout has been removed in v6. It does not have any effect anymore."
75+
required: false
76+
default: false
77+
create_branch:
78+
description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore."
79+
default: false
80+
6981

7082
outputs:
7183
changes_detected:

0 commit comments

Comments
 (0)