Skip to content

Commit f22a155

Browse files
committed
Added version
1 parent 9bad1bb commit f22a155

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Phing Build
22-
uses: phingofficial/phing-github-action@main
22+
uses: phingofficial/phing-github-action@v1
2323
```
2424

2525
To execute a build with `custom/path/to/build.xml` as a phing build file use:
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Phing Build
39-
uses: phingofficial/phing-github-action@main
39+
uses: phingofficial/phing-github-action@v1
4040
with:
4141
buildfile: custom/path/to/build.xml
4242
```

0 commit comments

Comments
 (0)