Skip to content

Commit 1ba4096

Browse files
authored
Update how-to-configure-load-test-cicd.md
1 parent ae3378d commit 1ba4096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/load-testing/how-to-configure-load-test-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Update your GitHub Actions workflow to run a load test for your Azure load testi
249249
250250
1. Edit your GitHub Actions workflow or [create a new workflow](https://docs.github.com/actions/quickstart) in your GitHub repository.
251251
252-
1. Use the `actions/checkout` action to checkout the repository with the load test input files.
252+
1. Use the `actions/checkout` action to check out the repository with the load test input files.
253253
254254
```yml
255255
- name: Checkout

0 commit comments

Comments
 (0)