We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450298d commit 420b49eCopy full SHA for 420b49e
action.yml
@@ -0,0 +1,12 @@
1
+name: 'Java Accelerator'
2
+description: 'Automate Java Project's Build automation using GitHub Actions, Docker, Apache Maven and GitHub Packages'
3
+author: 'Nishkarsh Raj'
4
+inputs:
5
+ src:
6
+ description: 'Push java code in java/ folder to trigger the action'
7
+runs:
8
+ using: 'docker'
9
+ image: 'Dockerfile'
10
+branding:
11
+ icon: 'check-circle'
12
+ color: 'green'
0 commit comments