Skip to content

Commit

Permalink
Checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts authored Nov 28, 2024
1 parent 8bb5e5f commit 8cd3c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installMediaWiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
MW_BRANCH=$1
EXTENSION_NAME=$2

wget https://github.com/wikimedia/mediawiki/archive/$MW_BRANCH.tar.gz -nv
wget https://github.com/wikimedia/mediawiki/archive/refs/heads/$MW_BRANCH.tar.gz -nv

tar -zxf $MW_BRANCH.tar.gz
mv mediawiki-$MW_BRANCH mediawiki
Expand Down

0 comments on commit 8cd3c1b

Please sign in to comment.