Skip to content

Commit

Permalink
Update Github Actions - PHP Stan
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianTuriacArnia committed Sep 14, 2023
1 parent 00bacb9 commit efde2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
curl $url > files_changed
cat files_changed | grep '"filename"' | sed 's/\"filename\"\: \"//' | sed 's/\",//' | xargs ls
echo '{"http-basic": {"repo.magento.com": {"username": "${{ secrets.REPO_USERNAME }}","password": "${{ secrets.REPO_PASS }}"}}}' > auth.json
composer create-project --repository-url=https://repo.magento.com/ magento/product-community-edition=2.4.6-p2 ~/m246
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.6-p2 ~/m246
mkdir -p ~/m246/app/code/Buckaroo/Magento2/
rsync -r --exclude='m246' ./ ~/m246/app/code/Buckaroo/Magento2/
cd ~/m246
Expand Down

0 comments on commit efde2b2

Please sign in to comment.