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 c8c0d15 commit dc3a351Copy full SHA for dc3a351
action.yml
@@ -75,6 +75,18 @@ inputs:
75
internal_git_binary:
76
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
77
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
85
86
+ create_branch:
87
+ description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore."
88
89
+
90
91
outputs:
92
changes_detected:
0 commit comments