mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-06 12:47:44 +00:00
Merge pull request #100 from sailpoint-oss/add-run-name
Add run name to version bump workflow
This commit is contained in:
4
.github/workflows/bump_version.yml
vendored
4
.github/workflows/bump_version.yml
vendored
@@ -1,5 +1,7 @@
|
||||
name: "Update CLI Version"
|
||||
|
||||
run-name: Update SailPoint CLI Version to ${{ github.event.inputs.version}}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -50,4 +52,4 @@ jobs:
|
||||
commit_message: Bump version to ${{ github.event.inputs.version }}
|
||||
tagging_message: ${{ github.event.inputs.version }}
|
||||
commit_user_name: developer-relations-sp
|
||||
commit_user_email: devrel-service@sailpoint.com
|
||||
commit_user_email: devrel-service@sailpoint.com
|
||||
|
||||
Reference in New Issue
Block a user