You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,10 @@ inputs:
82
82
description: "This should point to where your project lives on the virtual machine. The GitHub Actions environment will set this for you. It is only neccersary to set this variable if you're using the node module."
83
83
required: false
84
84
85
+
tag:
86
+
description: "Add a tag to the commit. Only works when 'dry-run' is not used."
87
+
required: false
88
+
85
89
single-commit:
86
90
description: "This option can be used if you'd prefer to have a single commit on the deployment branch instead of maintaining the full history."
0 commit comments