Skip to content

Commit dc3a351

Browse files
Add deprecated inputs to fix unbound variable issue
1 parent c8c0d15 commit dc3a351

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
@@ -75,6 +75,18 @@ inputs:
7575
internal_git_binary:
7676
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
7777
default: git
78+
skip_fetch:
79+
description: "Deprecated: skip_fetch has been removed in v6. It does not have any effect anymore."
80+
required: false
81+
default: false
82+
skip_checkout:
83+
description: "Deprecated: skip_checkout has been removed in v6. It does not have any effect anymore."
84+
required: false
85+
default: false
86+
create_branch:
87+
description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore."
88+
default: false
89+
7890

7991
outputs:
8092
changes_detected:

0 commit comments

Comments
 (0)