This commit is contained in:
Harsh Shandilya 2024-01-23 15:02:24 +05:30
parent 2aada455e8
commit 48f8568922
1 changed files with 11 additions and 6 deletions

View File

@ -1,14 +1,19 @@
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
inputs:
inAppUpdatePriority:
description: 'In app update priority (0-5)'
type: number
default: "0"
required: false
jobs:
one:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- shell: bash
run: echo $ANDROID_HOME
run: echo $DOODOO
env:
DOODOO: ${{ inputs.inAppUpdatePriority ?? '0' }}