mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 00:59:51 -06:00
Update generate-aab-release.yml
This commit is contained in:
committed by
GitHub
parent
d59bdc4759
commit
ca77390c24
11
.github/workflows/generate-aab-release.yml
vendored
11
.github/workflows/generate-aab-release.yml
vendored
@@ -1,7 +1,12 @@
|
||||
name: Generate AAB File
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: 'Reference branch, tag, commit id'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
|
||||
jobs:
|
||||
@@ -10,6 +15,10 @@ jobs:
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: $REF
|
||||
env:
|
||||
REF: ${{ inputs.ref }}
|
||||
|
||||
- name: Setting up project
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
Reference in New Issue
Block a user