Skip to content

Commit efe5cde

Browse files
🩹 [Patch]: Add blank lines in README.md for improved readability and clarity in script usage sections
1 parent 0425fc6 commit efe5cde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
> the path to the script is from the calling action, and not the `GitHub-Script` action repo. Using `$env:GITHUB_ACTION_PATH` may have mixed results
9393
> when you nest actions inside one another. The context syntax will be expanded to the correct path when the job is evaluted by GitHub before it is
9494
> processed by the runner.
95+
>
9596

9697
The `Script` input supports the following formats:
9798

@@ -109,11 +110,12 @@ The `Script` input supports the following formats:
109110

110111
> [!WARNING]
111112
> Using `tests\info.ps1` is PowerShell syntax for calling a function under a specific module, i.e. `Microsoft.PowerShell.Management\Get-ChildItem`.
112-
113+
>
113114

114115
> [!TIP]
115116
> Use script files instead of inline scripts for better tooling support and linting capabilities. The PowerShell extension for Visual Studio Code and
116117
> PowerShell linters like PSScriptAnalyzer will work natively with script files.
118+
>
117119

118120
#### Example 2: Run a GitHub PowerShell script without a token
119121

0 commit comments

Comments
 (0)