Sync and Core Log Levels #105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Split Plugins" | |
on: | |
push: | |
branches: | |
- main | |
env: | |
GITHUB_TOKEN: ${{ secrets.BOT }} | |
jobs: | |
plugins_split: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: actions/checkout@v4 | |
- if: "!startsWith(github.ref, 'refs/tags/')" | |
uses: "symplify/[email protected]" | |
with: | |
tag: ${GITHUB_REF#refs/tags/} | |
package_directory: "packages/press/wordpress/plugins/moox-press" | |
repository_organization: "mooxphp" | |
repository_name: "press-wp" | |
user_name: "mooxbot" | |
user_email: "[email protected]" |