add dry run to run name

This commit is contained in:
Amy Galles 2025-09-17 14:01:54 -07:00
parent f5833eec71
commit 898ea3c050
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD

View File

@ -1,5 +1,6 @@
name: Publish to Google Play
run-name: "Promoting ${{ inputs.product }} ${{ inputs.version-code }} from ${{ inputs.track-from }} to ${{ inputs.track-target }}"
run-name: >
${{ inputs.dry-run && ' (Dry Run)' || '' }} Promoting ${{ inputs.product }} ${{ inputs.version-code }} from ${{ inputs.track-from }} to ${{ inputs.track-target }}
on:
workflow_dispatch:
inputs: