update charset to utf8mb4_unicode_ci for emoji support #663
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: InstaWP WordPress Testing | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
create-wp-for-testing: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: instawp/wordpress-testing-automation@main | |
with: | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
INSTAWP_TOKEN: ${{secrets.INSTAWP_TOKEN}} | |
INSTAWP_DOMAIN: ${{secrets.INSTAWP_DOMAIN}} | |
INSTAWP_TEMPLATE_SLUG: qsmbugtesting | |
REPO_ID: 7 |