Skip to content

Commit

Permalink
fix: Updating Checkout Step to v4 ( Fixes #191 )
Browse files Browse the repository at this point in the history
Updating workflow
  • Loading branch information
StartAutomating authored and StartAutomating committed Sep 15, 2024
1 parent 374e6af commit d20be0a
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions docs/Write-GitHubDebug.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,49 @@
Write-GitHubDebug
-----------------

### Synopsis
Writes a Git Warning

---

### Description

Writes an GitHub Workflow Warning

---

### Related Links
* [Write-GitHubError](Write-GitHubError.md)



* [https://docs.github.com/en/actions/reference/workflow-commands-for-GitHubhub-actions](https://docs.github.com/en/actions/reference/workflow-commands-for-GitHubhub-actions)



---

### Examples
#### EXAMPLE 1
> EXAMPLE 1
```PowerShell
Write-GitHubDebug "Debugging"
```

---

### Parameters
#### **Message**

The Debug message.



> **Type**: ```[String]```
> **Required**: true
> **Position**: 1
> **PipelineInput**:true (ByPropertyName)

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|true |1 |true (ByPropertyName)|

---

### Outputs
* [String](https://learn.microsoft.com/en-us/dotnet/api/System.String)




---

### Syntax
```PowerShell
Write-GitHubDebug [-Message] <String> [<CommonParameters>]
```
---

0 comments on commit d20be0a

Please sign in to comment.