Issue #3568049 by smulvih2: body field is hidden in the node form for… #1080
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.3.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 }}"}' |