We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08e15d commit 6ed0508Copy full SHA for 6ed0508
1 file changed
.github/workflows/bump-and-release.yml
@@ -1,5 +1,5 @@
1
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' }}
+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 && ✅) || ❌ }}
3
on:
4
workflow_dispatch:
5
inputs:
0 commit comments