This commit is contained in:
Harsh Shandilya 2024-04-13 13:26:36 +05:30
parent 48f8568922
commit 09c2caea73
2 changed files with 10 additions and 13 deletions

View File

@ -1,19 +1,8 @@
on:
pull_request:
workflow_dispatch:
inputs:
inAppUpdatePriority:
description: 'In app update priority (0-5)'
type: number
default: "0"
required: false
push:
jobs:
one:
runs-on: ubuntu-latest
steps:
- shell: bash
run: echo $DOODOO
env:
DOODOO: ${{ inputs.inAppUpdatePriority ?? '0' }}
- uses: msfjarvis/actions-test/comp@main

8
comp/action.yml Normal file
View File

@ -0,0 +1,8 @@
name: 'Hello World'
description: 'Greet someone'
runs:
using: "composite"
steps:
- name: Run goodbye.sh
run: echo GOOOOOOOO
shell: bash