Skip to content

Commit 7651aca

Browse files
authored
Merge pull request #95398 from zr-msft/ds-pr-flow-fix
[Dev Spaces] fixed typos in github actions doc
2 parents af328de + 79276eb commit 7651aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/how-to/github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Use `git push` to push your new branch to your forked repository:
139139
git push origin bike-images
140140
```
141141

142-
After the push is complete, navigate to your forked repository on GitHub create a pull request with the *dev* in your forked repository as the base branch compared to the *bike-images* branch.
142+
After the push is complete, navigate to your forked repository on GitHub to create a pull request with the *master* branch in your forked repository as the base branch compared to the *bike-images* branch.
143143

144144
After your pull request is opened, navigate to the *Actions* tab. Verify a new action has started and is building the *Bikes* service.
145145

@@ -152,7 +152,7 @@ After the action has completed, you will see a comment with a URL to your new ch
152152
153153
Navigate to the *bikesharingweb* service by opening the URL from the comment. Select *Aurelia Briggs (customer)* as the user, then select a bike to rent. Verify you no longer see the placeholder image for the bike.
154154

155-
If you merge your changes into the *dev* branch, another action will run to rebuild and run your entire application in the parent dev space. In this example, the parent space is *dev*. This action is configured in [.github/workflows/bikesharing.yml][github-action-bikesharing-yaml].
155+
If you merge your changes into the *master* branch in your fork, another action will run to rebuild and run your entire application in the parent dev space. In this example, the parent space is *dev*. This action is configured in [.github/workflows/bikesharing.yml][github-action-bikesharing-yaml].
156156

157157
## Clean up your Azure resources
158158

0 commit comments

Comments
 (0)