mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 20:07:59 -06:00
add dry run to run name
This commit is contained in:
parent
f5833eec71
commit
898ea3c050
3
.github/workflows/publish-store.yml
vendored
3
.github/workflows/publish-store.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user