We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757f66 commit adfa207Copy full SHA for adfa207
.github/workflows/ci.yml
@@ -192,7 +192,7 @@ jobs:
192
- name: Install MediaWiki
193
if: steps.cache-mediawiki.outputs.cache-hit != 'true'
194
working-directory: ~
195
- run: curl EarlyCopy/.github/workflows/installMediaWiki.sh | bash -s ${{ matrix.mw }} WikibaseLocalMedia
+ run: bash EarlyCopy/.github/workflows/installMediaWiki.sh ${{ matrix.mw }} WikibaseLocalMedia
196
197
- uses: actions/checkout@v4
198
with:
@@ -201,4 +201,4 @@ jobs:
201
- name: Composer install
202
run: composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
203
204
- - run: vendor/bin/phpcs -p -s
+ - run: vendor/bin/phpcs -p -s
0 commit comments