Skip to content

Commit 4c2e07c

Browse files
committed
adjust CI run name
for bump-n-release workflow
1 parent 0fe0f4f commit 4c2e07c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bump-n-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@ on:
3232
- patch
3333
- rc
3434

35+
run-name: >-
36+
${{ inputs.package && 'Deploy ' || 'Show Unreleased Changes' }}
37+
${{ inputs.package || '' }}
38+
3539
permissions: {}
3640

3741
jobs:
3842
bump-release:
3943
if: github.event_name == 'workflow_dispatch'
44+
name: Bump ${{ inputs.component }} version of ${{ inputs.package }}
4045
runs-on: ubuntu-latest
4146
steps:
4247
- name: Checkout repository

0 commit comments

Comments
 (0)