Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain05 authored Sep 26, 2023
1 parent c600dcb commit ee4b64b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ee4b64b

Please sign in to comment.