From 86d9d3b8ac292bacc08afa2b1d97c6141d5ecae7 Mon Sep 17 00:00:00 2001 From: Anthony Bobsin Date: Wed, 24 Aug 2022 16:41:37 -0400 Subject: [PATCH] Fix version reference in example snippets Incorrect reference of QAInsights/PerfAction@3.1 since it is missing the "v". --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e8312..5301a7d 100644 --- a/README.md +++ b/README.md @@ -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: "" @@ -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"