We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc5594 commit 9372ebeCopy full SHA for 9372ebe
action.yml
@@ -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