We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dccd43 commit e7420daCopy full SHA for e7420da
‎README.md‎
@@ -79,6 +79,8 @@ The `Script` supports the following formats:
79
- `./tests/info.ps1`
80
- `. .\tests\info.ps1`
81
- `. ./tests/info.ps1`
82
+ - `. '.\tests\info.ps1'`
83
+ - `. './tests/info.ps1'`
84
85
If you are creation an action of your own, you should use the `${{ github.action_path }}` variable to get the path to the action.
86
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