From ee4b64b1bf6ed5db4d6510ccba3f782a5b8e2eaa Mon Sep 17 00:00:00 2001 From: Puneet Jain <105224306+pjain05@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:47:31 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7d5d96e..e38be60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ This repository is used to create the github action for the Dev env not for the production. For production release, please use https://github.com/Blazemeter/github-action repo. + +# Steps to generate the GitHub Action +1. Changes are in the feature branch of https://github.com/Blazemeter/githubaction-plugin repo. From the feature branch, user has to build the docker image with any tag and push it to the local/Dev DockerHub. +2. Use the same docker image tag in the Dockerfile of this repo. +3. See if you need to update the action.yml file. This file contains the configuration like name of the action and it's description like what variable does what. +4. Create a new release/tag and post it to the Marketplace. +5. Once it is done, use this new version in your example repo for testing. + +Note: We have the action.yml file in the .github/workflows folder here. It means we are using this repo both as to release the action and consuming it. hence, this file is not a required file here. + # Run Blazemeter Test Action This action allows you to run Blazemeter existing Test