mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
More descriptive run name
This commit is contained in:
parent
a7a8fe2a2e
commit
283bba6ec2
1 changed files with 2 additions and 7 deletions
9
.github/workflows/cd_prod.yml
vendored
9
.github/workflows/cd_prod.yml
vendored
|
@ -5,6 +5,8 @@
|
|||
|
||||
name: Build prod .aab & .apk
|
||||
|
||||
run-name: Release ${{ inputs.version }}
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
@ -22,13 +24,6 @@ jobs:
|
|||
runs-on: macos-11
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
# - uses: shaunco/ssh-agent@git-repo-mapping
|
||||
# with:
|
||||
# ssh-private-key: |
|
||||
# ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||
# repo-mappings: |
|
||||
# github.com/vodemn/m3_lightmeter_iap
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
|
Loading…
Reference in a new issue