mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 09:55:08 +01:00
Workflow: tag name
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user