Skip to content

Commit

Permalink
Added properties file and svg logo
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Oct 4, 2020
1 parent df864f9 commit b6d55fa
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
6 changes: 6 additions & 0 deletions phing.properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Run a Phing Build",
"description": "Run your Phing Build in your Github Actions.",
"iconName": "phing",
"categories": ["Continuous integration","Utilities"]
}
28 changes: 28 additions & 0 deletions phing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion action.yml → phing.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Run a Phing Build
description: Run your Phing Build in your Github Actions.
author: The Phing Project

inputs:
buildfile:
description: use given buildfile
required: false
targets:
description: one or more targets seperated by a space
description: one or more targets separated by a space
required: false

runs:
Expand Down

0 comments on commit b6d55fa

Please sign in to comment.