Skip to content

Commit adfa207

Browse files
committed
Code review from CodeRabbit
1 parent 9757f66 commit adfa207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
- name: Install MediaWiki
193193
if: steps.cache-mediawiki.outputs.cache-hit != 'true'
194194
working-directory: ~
195-
run: curl EarlyCopy/.github/workflows/installMediaWiki.sh | bash -s ${{ matrix.mw }} WikibaseLocalMedia
195+
run: bash EarlyCopy/.github/workflows/installMediaWiki.sh ${{ matrix.mw }} WikibaseLocalMedia
196196

197197
- uses: actions/checkout@v4
198198
with:
@@ -201,4 +201,4 @@ jobs:
201201
- name: Composer install
202202
run: composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
203203

204-
- run: vendor/bin/phpcs -p -s
204+
- run: vendor/bin/phpcs -p -s

0 commit comments

Comments
 (0)