1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-21 22:58:40 +00:00

Workflow: tag name

This commit is contained in:
M66B 2023-11-05 13:00:15 +01:00
parent 47b3ecd36a
commit 4179c2dd6c

View file

@ -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: