Skip to content

Commit 6ed0508

Browse files
committed
simplify run name
1 parent a08e15d commit 6ed0508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bump and release
2-
run-name: ${{ (inputs.version == '' && 'Not bumping version') || format('Bumping version to {0}', inputs.version) }} and ${{ (inputs.dryRun == true && 'validating') || 'releasing' }} ${{ inputs.connectors }} on ${{ (inputs.cocoapodsTrunk == true && inputs.selfHosted == true && 'self hosted and cocoapods trunk spec repos') || (inputs.cocoapodsTrunk == true && 'cocoapods trunk spec repo') || (inputs.selfHosted == true && 'self hosted spec repo') || 'none' }}
2+
run-name: ${{ (inputs.version == '' && 'Not bumping version') || format('Bumping version to {0}', inputs.version) }} and ${{ (inputs.dryRun == true && 'validating') || 'releasing' }} ${{ inputs.connectors }} on ${{ 'self hosted spec repo:' (inputs.cocoapodsTrunk == true && ) || ❌ }}, on ${{ 'cocoapods trunk:' (inputs.selfHosted == true && ) || }}
33
on:
44
workflow_dispatch:
55
inputs:

0 commit comments

Comments
 (0)