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 8ddf02d commit 7618051Copy full SHA for 7618051
action.yml
@@ -66,6 +66,18 @@ inputs:
66
internal_git_binary:
67
description: Internal use only! Path to git binary used to check if git is available. (Don't change this!)
68
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
76
77
+ create_branch:
78
+ description: "Deprecated: create_branch has been removed in v6. It does not have any effect anymore."
79
80
+
81
82
outputs:
83
changes_detected:
0 commit comments