Skip to content

Commit

Permalink
Fix version reference in example snippets
Browse files Browse the repository at this point in the history
Incorrect reference of QAInsights/[email protected] since it is missing the "v".
  • Loading branch information
AnthonyBobsin authored Aug 24, 2022
1 parent 5649c63 commit 86d9d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Following are the prerequisites for this GitHub Action:

```
- name: JMeter Test
uses: QAInsights/PerfAction@3.1
uses: QAInsights/PerfAction@v3.1
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: ""
Expand All @@ -45,7 +45,7 @@ Following are the prerequisites for this GitHub Action:

```
- name: JMeter Test
uses: QAInsights/PerfAction@3.1
uses: QAInsights/PerfAction@v3.1
with:
test-plan-path: ./TestPlans/S01_SimpleExample/S01_SimpleExample.jmx
args: "-H my.proxy.server -P 8000"
Expand Down

0 comments on commit 86d9d3b

Please sign in to comment.