Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jan 6, 2025
2 parents d7b7360 + 8fb253e commit d65ca62
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 69 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-from-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ jobs:
call-workflow:
uses: wpmetabox/meta-box/.github/workflows/update-from-extensions.yml@master
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@
"echo Cleaning up plugin headers...",
"php cleanup.php",
"echo Removing Meta Box updater...",
"rm -rf modules/meta-box/src/Updater/",
"echo Replacing text domains...",
"sed -i '' \"s/'mb-elementor-integrator'/'meta-box-lite'/g\" modules/mb-elementor-integrator/src/GroupField.php",
"phpcbf"
"rm -rf modules/meta-box/src/Updater/"
],
"post-install-cmd": [
"echo Deleting .git dirs...",
Expand All @@ -101,10 +98,7 @@
"echo Cleaning up plugin headers...",
"php cleanup.php",
"echo Removing Meta Box updater...",
"rm -rf modules/meta-box/src/Updater/",
"echo Replacing text domains...",
"sed -i '' \"s/'mb-elementor-integrator'/'meta-box-lite'/g\" modules/mb-elementor-integrator/src/GroupField.php",
"phpcbf"
"rm -rf modules/meta-box/src/Updater/"
]
},
"extra": {
Expand Down
114 changes: 55 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d65ca62

Please sign in to comment.