Fix to return OK/200 and an empty result set when no data found #350
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: changelog | |
on: | |
pull_request: | |
branches: | |
- 'master' | |
jobs: | |
build: | |
name: Check Actions | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Changelog check | |
uses: Zomzog/[email protected] | |
with: | |
fileName: RELEASE_NOTES.md # default `CHANGELOG.adoc` | |
checkNotification: Detailed # default `Detailed` | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |