Skip to content

Commit 9372ebe

Browse files
authored
Create action.yml
1 parent 9fc5594 commit 9372ebe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

action.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: 'automated-build-android-app-with-github-action'
2+
description: 'Automated build android app bundle and apk with github action'
3+
author: 'Muhammad Faisal Amir'
4+
branding:
5+
icon: archive
6+
color: green
7+
inputs:
8+
myInput:
9+
description: 'Input to use'
10+
required: false
11+
default: 'world'
12+
runs:
13+
using: 'docker'
14+
image: 'Dockerfile'
15+
args:
16+
- ${{ inputs.myInput }}

0 commit comments

Comments
 (0)