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
|
name: Android CI
|
||||||
run-name: ${{github.workflow}} - ${{github.sha}}
|
run-name: ${{github.workflow}} - ${{vars.TAG}} - ${{github.sha}}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
password:
|
password:
|
||||||
description: 'Password'
|
description: 'Password'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue