We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bad1bb commit f22a155Copy full SHA for f22a155
1 file changed
README.md
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- name: Phing Build
22
- uses: phingofficial/phing-github-action@main
+ uses: phingofficial/phing-github-action@v1
23
```
24
25
To execute a build with `custom/path/to/build.xml` as a phing build file use:
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
with:
41
buildfile: custom/path/to/build.xml
42
0 commit comments