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: deploy-pages/action.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,17 @@ inputs:
23
23
description: Name of the branch used for GitHub Pages
24
24
required: false
25
25
default: gh-pages
26
+
merge:
27
+
description: "Boolean: if hexdoc-dev/actions/merge should be automatically run. Defaults to 'true'. Set to 'false' if you want to use a specific version of that action"
0 commit comments