Skip to content

Commit 420b49e

Browse files
authored
GitHub Marketplace release Action file
1 parent 450298d commit 420b49e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

action.yml

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)