File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ The `Script` supports the following formats:
7474- Inline script, although it is recommended to use a script file for better tooling support and linting capabilities.
7575- Multi-line script.
7676- Path to a script file.
77- - ` tests/info .ps1`
78- - ` .\t ests \i nfo .ps1`
79- - ` ./tests/info .ps1`
80- - ` . .\t ests \i nfo .ps1`
81- - ` . ./tests/info .ps1`
82- - ` . '.\t ests \i nfo .ps1'`
83- - ` . './tests/info .ps1'`
77+ - ` scripts/main .ps1`
78+ - ` .\s cripts \m ain .ps1`
79+ - ` ./scripts/main .ps1`
80+ - ` . .\s cripts \m ain .ps1`
81+ - ` . ./scripts/main .ps1`
82+ - ` . '.\s cripts \m ain .ps1'`
83+ - ` . './scripts/main .ps1'`
8484
8585> [!IMPORTANT]
8686> Use `${{ github.action_path }}/<pathToScript.ps1>` if you are creation an action of your own using this action as a step. This will ensure that
You can’t perform that action at this time.
0 commit comments