Skip to content

Commit

Permalink
change in release version and display name
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavani-velivala-sn committed May 27, 2022
1 parent fb1c3f1 commit af2e8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
runs-on: ubuntu-latest
steps:
- name: ServiceNow Change
uses: ServiceNow/servicenow-devops-change@v1
uses: ServiceNow/servicenow-devops-change@v1.34.2
with:
devops-integration-user-name: ${{ secrets.SN_DEVOPS_USER }}
devops-integration-user-password: ${{ secrets.SN_DEVOPS_PASSWORD }}
Expand Down Expand Up @@ -62,7 +62,7 @@ The values for secrets should be setup in Step 1. Secrets should be created in S

### `job-name`

**Required** Display name of the job given for attribute _name_ in which _steps_ have been added for ServiceNow change custom action.
**Required** Display name of the job given for attribute _name_ in which _steps_ have been added for this custom action. For example, if display name of job is _Deploy_ then job-name value must be _'Deploy'_

### `change-request`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ServiceNow DevOps Change'
name: 'ServiceNow DevOps Change Automation'
description: 'Pause/Resume Workflow Run based on ServiceNow Change Approval Status'
inputs:
instance-url:
Expand Down

0 comments on commit af2e8f3

Please sign in to comment.