mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
add run-name for release to include workflow trigger (#2174)
This commit is contained in:
parent
8d92373c88
commit
6160535c03
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Release
|
name: Release
|
||||||
|
run-name: Release ${{ inputs.release_type }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue