Skip to content

Commit e7420da

Browse files
🩹 [Patch]: Update README.md to include additional script formats for Action-Test
1 parent 6dccd43 commit e7420da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ The `Script` supports the following formats:
7979
- `./tests/info.ps1`
8080
- `. .\tests\info.ps1`
8181
- `. ./tests/info.ps1`
82+
- `. '.\tests\info.ps1'`
83+
- `. './tests/info.ps1'`
8284

8385
If you are creation an action of your own, you should use the `${{ github.action_path }}` variable to get the path to the action.
8486
You should avoid using `$env:GITHUB_ACTION_PATH` as it will not be the expected value if you nest actions inside one another.

0 commit comments

Comments
 (0)