Workflow: tag name

This commit is contained in:
M66B 2023-11-05 13:00:15 +01:00
parent 47b3ecd36a
commit 4179c2dd6c
1 changed files with 4 additions and 4 deletions

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: