Fix the plugin #46
Workflow file for this run
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: Enforce CHANGELOG Update | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
jobs: | ||
check-changelog-update: | ||
uses: membraneframework/membrane_core/.github/workflows/enforce-changelog-update.yml@master | ||
secrets: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} | ||
Check failure on line 10 in .github/workflows/enforce-changelog-update.yml GitHub Actions / Enforce CHANGELOG UpdateInvalid workflow file
|