fix: Change the name for checking issue template content (no-changelog) (#7101)

Github issue / Community forum post (link here to close automatically):
https://github.com/n8n-io/n8n/issues/7100
This commit is contained in:
Jon 2023-09-05 10:24:07 +01:00 committed by GitHub
parent 3323167c91
commit c04a996fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Check Issue Template
uses: n8n-io/GH-actions-playground@v1
uses: n8n-io/validate-issue-template-content@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}