Skip to content

Commit

Permalink
Create action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkarshRaj authored Dec 20, 2019
1 parent 448621d commit cbb5c20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Apache Maven Build Automation for Java Project'
description: 'Automate build of Java project using GitHub Actions'
author: 'Nishkarsh Raj'
inputs:
src:
description: 'Apache Maven hierarchy to be followed in src/main/java/{pkg name} for source code'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'check-circle'
color: 'green'

0 comments on commit cbb5c20

Please sign in to comment.