Skip to content

Commit 54a6a27

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Write-GitHubDebug.md
1 parent b7d5583 commit 54a6a27

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

docs/Write-GitHubDebug.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+

0 commit comments

Comments
 (0)