Skip to content

Commit 7a0e091

Browse files
Update review-publish-pull-requests.md
1 parent c8fb267 commit 7a0e091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/review-publish-pull-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you take a closer look at the URL, you can see that it's composed like this:
8585

8686
For a given pull request, the URL remains the same even if you push new updates. In addition to the URL staying constant, the same pre-production environment is reused for the life of the pull request.
8787

88-
To automate the review process with end-to-end testing, the [Azure Static Web App Deploy GitHub Action](https://github.com/Azure/static-web-apps-deploy) has the `static_web_app_url` output property.
88+
To automate the review process with end-to-end testing, the [Azure Static Web App Deploy GitHub Action](https://github.com/Azure/static-web-apps-deploy) has the `static_web_app_url` output variable.
8989
This URL can be referenced in the rest of your workflow to run your tests against the pre-production environment.
9090

9191
## Publish changes

0 commit comments

Comments
 (0)