Update newBuild.yml

This commit is contained in:
Aman Singh
2023-02-28 01:30:47 +05:30
committed by GitHub Enterprise
parent 4f6a36a61f
commit bd7eacdd2c

View File

@@ -2,16 +2,15 @@ name: Create-Apk-QA
on:
workflow_dispatch:
inputs:
environment:
description: Choose build environment
required: true
type: choice
options:
- qa
- dev
jobs:
inputs:
environment:
description: Choose build environment
required: true
type: choice
options:
- qa
- dev
jobs:
generate:
runs-on: [ default ]
steps: