Skip to content

Commit

Permalink
20230630A
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Jun 30, 2023
1 parent f95c62a commit d79458d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
### 📥 Input
> **ℹ Notice:** All of the inputs are optional; Use this action without any inputs will default to scan current workspace with the ClamAV official assets.
> **ℹ Notice:** All of the inputs are optional; Use this action without any input will default to scan current workspace with the ClamAV official assets.
#### `input_listdelimiter`

Expand Down
2 changes: 1 addition & 1 deletion lib/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If (Get-GitHubActionsIsDebug) {
}
Set-GitHubActionsOutput -Name 'finish' -Value $False.ToString().ToLower()
[ScanVirusStatistics]$StatisticsTotal = [ScanVirusStatistics]::New()
Enter-GitHubActionsLogGroup -Title 'Import inputs.'
Enter-GitHubActionsLogGroup -Title 'Import input.'
[RegEx]$InputListDelimiter = Get-GitHubActionsInput -Name 'input_listdelimiter' -Mandatory -EmptyStringAsNull
Try {
[String]$InputTableMarkupInput = Get-GitHubActionsInput -Name 'input_tablemarkup' -Mandatory -EmptyStringAsNull -Trim
Expand Down

0 comments on commit d79458d

Please sign in to comment.