Remove debugging loggers from wxt_ext_media to prevent flooding logs #960
This file contains hidden or 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: changelog | |
on: | |
push: | |
branches: | |
- 6.1.x | |
release: | |
types: [edited] | |
# Environment variables available to all jobs and steps in this workflow | |
env: | |
COMPOSER_MEMORY_LIMIT: -1 | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@master | |
- name: Repository Dispatch to website | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | |
repository: drupalwxt/drupalwxt.github.io | |
event-type: wxt-tagged | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |