fixed JS issue with Add class for correct/incorrect answers option #566
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 |