mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-22 07:08:36 +00:00
Workflow: tag name
This commit is contained in:
parent
47b3ecd36a
commit
4179c2dd6c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
name: Android CI
|
||||
run-name: ${{github.workflow}} - ${{github.sha}}
|
||||
run-name: ${{github.workflow}} - ${{vars.TAG}} - ${{github.sha}}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
password:
|
||||
description: 'Password'
|
||||
required: true
|
||||
password:
|
||||
description: 'Password'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue