Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 68.6k
powershell and pwsh command discrepancy #124
Copy link
Copy link
Closed
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Activity
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
What feature or product is affected?
Actions!
What is the new or expected behavior?
Corrected shell command details (I think)!
How is the old or inaccurate behavior currently documented?
We received a report from a user
So the difference seems to be
.vs&? If you run this workflow:I think this is what you see in the log output for
pwsh:And for
powershell:So
-command ". '{0}'"in both cases but the docs shows-command "& '{0}'"in both cases?Audience
Users who are building GitHub Actions workflows and using pwsh or powershell.