From 46497004c766450372b42c665262e252a996713b Mon Sep 17 00:00:00 2001 From: Tanner Lewis Date: Wed, 18 Sep 2024 14:06:40 -0500 Subject: [PATCH] Update readme Signed-off-by: Tanner Lewis --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 80f7f16..6943954 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ jobs: ``` ## Inputs -| Name | Required | Example | Description | -|---------------------|----------|----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| -| jenkins_url | `true` | `"https://my-jenkins-server.com"` | Jenkins URL including http/https protocol | -| job_name | `true` | `"test-job"` | The job name to trigger in Jenkins | -| api_token | `true` | `"jenkins-token"` | The token for authenticating with the Jenkins generic webhook | -| job_params | false | `"GIT_REPO_URL=https://github.com/lewijacn/opensearch-migrations.git,GIT_BRANCH=main"` | Job parameters, separated by a comma, to provide to a Jenkins workflow. Job name will automatically be added as a parameter. | -| job_timeout_minutes | false | 10 | Max time (minutes) this Github Action will wait for completion. Default is 60 minutes | +| Name | Required | Description | +|---------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| jenkins_url | `true` | Jenkins URL including http/https protocol | +| job_name | `true` | The job name to trigger in Jenkins | +| api_token | `true` | The token for authenticating with the Jenkins generic webhook | +| job_params | false | Job parameters, separated by a comma, to provide to a Jenkins workflow. Job name will automatically be added as a parameter.
e.g. `"GIT_REPO_URL=https://github.com/lewijacn/opensearch-migrations.git,GIT_BRANCH=main"` | +| job_timeout_minutes | false | Max time (minutes) this Github Action will wait for completion. Default is 60 minutes | # Changelog