File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ Write-GitHubDebug
3+ -----------------
4+ ### Synopsis
5+ Writes a Git Warning
6+
7+ ---
8+ ### Description
9+
10+ Writes an GitHub Workflow Warning
11+
12+ ---
13+ ### Related Links
14+ * [ Write-GitHubError] ( Write-GitHubError.md )
15+ * [ https://docs.github.com/en/actions/reference/workflow-commands-for-GitHubhub-actions ] ( https://docs.github.com/en/actions/reference/workflow-commands-for-GitHubhub-actions )
16+ ---
17+ ### Examples
18+ #### EXAMPLE 1
19+ ``` PowerShell
20+ Write-GitHubDebug "Debugging"
21+ ```
22+
23+ ---
24+ ### Parameters
25+ #### ** Message**
26+
27+ The Debug message.
28+
29+
30+
31+ | Type | Requried| Postion| PipelineInput |
32+ | --------------| --------| -------| ---------------------|
33+ | ``` [String] ``` | true | 1 | true (ByPropertyName)|
34+ ---
35+ ### Outputs
36+ System.String
37+
38+
39+ ---
40+ ### Syntax
41+ ``` PowerShell
42+ Write-GitHubDebug [-Message] <String> [<CommonParameters>]
43+ ```
44+ ---
45+
46+
You can’t perform that action at this time.
0 commit comments