Skip to content

Commit ff7b922

Browse files
committed
Updates README.md with examples
1 parent b0cb2e3 commit ff7b922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mediawiki Extension PHPUnit Runner
22

33
The action is a [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action)
4-
that uses the following actions to install an ephemeral MediaWiki instance with Composer and PHP on board and run
4+
that uses the following actions to install an ephemeral [MediaWiki](https://mediawiki.org) instance with Composer and PHP on board and run
55
PHPUnit tests for your extension repo:
66

77
* [shivammathur/setup-php](https://github.com/shivammathur/setup-php)
@@ -11,7 +11,7 @@ PHPUnit tests for your extension repo:
1111
# Usage
1212

1313
```yaml
14-
- uses: actions/mediawiki-phpunit@v1
14+
- uses: wikiteq/mediawiki-phpunit-action@v1
1515
with:
1616
php: 7.4
1717
mwbranch: REL1_35
@@ -63,7 +63,7 @@ jobs:
6363
# run the action to install MediaWiki, PHP, Composer
6464
# and run PHPUnit tests for the extension
6565
- name: Mediawiki PHPUnit
66-
uses: actions/mediawiki-phpunit@v1
66+
uses: wikiteq/mediawiki-phpunit-action@v1
6767
with:
6868
php: ${{ matrix.php }}
6969
mwbranch: ${{ matrix.mw }}

0 commit comments

Comments
 (0)