mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
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:
parent
3323167c91
commit
c04a996fb4
2
.github/workflows/check-issue-template.yml
vendored
2
.github/workflows/check-issue-template.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue