phingofficial/Run a Phing Build
Run your Phing Build in your GiTHub Action.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Oct 10, 2020
- License
- MIT
Pinned Snippet
uses: phingofficial/phing-github-action@ad81c03b7c58d80ceedbdad315ee55b0b4f0afa4 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | use given phing version | no | 2.16.3 |
| buildfile | use given buildfile | no | — |
| targets | one or more targets separated by a space | no | — |
| user-properties | one or more user properties as key value pair separated by a space like "foo=bar hello=world" | no | — |
| quiet | if it is set then be extra quiet | no | — |
| silent | if it is set then print nothing but task outputs and build failures | no | — |
| verbose | if it is set then be extra verbose | no | — |
| debug | if it is set then print debugging information | no | — |
| emacs | if it is set then produce logging information without adornments | no | — |
| longtargets | if it is set then show target descriptions during build | no | — |
Outputs
no outputs