Compare commits

...

2 Commits

Author SHA1 Message Date
Harsh Shandilya 1c90a8f553 . 2024-04-13 13:27:20 +05:30
Harsh Shandilya 09c2caea73 . 2024-04-13 13:26:36 +05:30
2 changed files with 10 additions and 13 deletions

8
.github/comp/action.yml vendored 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

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/.github/comp@main