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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ jobs:
110
110
| `linkchecker_verbose` | <p>Turn on verbose linkchecker logging in action logs (true/false)</p> | `false` | `false` |
111
111
| `sticky_comment_enabled` | <p>Whether to enable sticky comments for the pull request. Defaults to true.</p> | `false` | `true` |
112
112
| `step_summary_enabled` | <p>Whether to enable step summaries in the GitHub Actions UI. Defaults to true.</p> | `false` | `true` |
113
+
| `gh_deployment` | <p>Name of the optional GitHub deployment to create. Requires the deployments permission. Defaults to empty, in which case no deployment is created.</p> | `false` | `""` |
Copy file name to clipboardExpand all lines: action.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,11 @@ inputs:
134
134
required: false
135
135
default: "true"
136
136
137
+
gh_deployment:
138
+
description: "Name of the optional GitHub deployment to create. Requires the deployments permission. Defaults to empty, in which case no deployment is created."
139
+
required: false
140
+
default: ""
141
+
137
142
outputs:
138
143
url:
139
144
description: "The URL of the deployed production or preview website"
@@ -279,6 +284,16 @@ runs:
279
284
:---:
280
285
| <p><br />:x: Preview has been removed.<br /><br /></p>
0 commit comments