Skip to content

Commit 8d90b1d

Browse files
committed
Fix typo
/github action/i -> GitHub Actions
1 parent abc5cf2 commit 8d90b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-testing/how-to-parameterize-load-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ To specify an environment variable to the load test by using the Azure portal, d
240240

241241
If you run your load test in a CI/CD workflow, you can define environment variables in the YAML test configuration file. For more information about the syntax, see the [Test configuration YAML reference](./reference-test-config-yaml.md).
242242

243-
Alternatively, you can directly specify environment variables in the CI/CD workflow definition. You use input parameters for the GitHub Action or Azure Pipelines task to pass environment variables to the Apache JMeter script.
243+
Alternatively, you can directly specify environment variables in the CI/CD workflow definition. You use input parameters for the GitHub Actions or Azure Pipelines task to pass environment variables to the Apache JMeter script.
244244

245245
The following YAML snippet shows a GitHub Actions example:
246246

@@ -286,7 +286,7 @@ No. The Azure Load Testing service doesn't store the values of secrets. When you
286286
287287
### What happens if I have parameters in both my YAML configuration file and the CI/CD workflow?
288288
289-
If a parameter exists in both the YAML configuration file and the Azure Pipelines task or GitHub Action, the Azure Pipelines task or GitHub Action value will be used for the test run.
289+
If a parameter exists in both the YAML configuration file and the Azure Pipelines task or GitHub Action, the Azure Pipelines task or GitHub Actions value will be used for the test run.
290290
291291
### I created and ran a test from my CI/CD workflow by passing parameters using the Azure Load Testing task or action. Can I run this test from the Azure portal with the same parameters?
292292

0 commit comments

Comments
 (0)