Skip to content

Commit

Permalink
Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 committed Oct 3, 2020
1 parent 9bad1bb commit f22a155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Phing Build
uses: phingofficial/phing-github-action@main
uses: phingofficial/phing-github-action@v1
```

To execute a build with `custom/path/to/build.xml` as a phing build file use:
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Phing Build
uses: phingofficial/phing-github-action@main
uses: phingofficial/phing-github-action@v1
with:
buildfile: custom/path/to/build.xml
```
Expand Down

0 comments on commit f22a155

Please sign in to comment.