Skip to content

fix template buttons #16

fix template buttons

fix template buttons #16

ame: Release-Notes-Preview

Check failure on line 1 in .github/workflows/release-notes-preview.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-notes-preview.yml

Invalid workflow file

The workflow is not valid. .github/workflows/release-notes-preview.yml (Line: 1, Col: 1): Unexpected value 'ame'
on:
pull_request:
branches: [master]
issue_comment:
types: [edited]
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git fetch --prune --unshallow --tags
- uses: snyk/release-notes-preview@v1.6.1
with:
releaseBranch: master
env:
GITHUB_PR_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}