Ensure file extensions passed to validate() method is a string instea… #958
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: | |
- 5.4.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 }}"}' |