File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
9697The `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
You can’t perform that action at this time.
0 commit comments