mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Run Check Issue Template
|
- name: Run Check Issue Template
|
||||||
uses: n8n-io/GH-actions-playground@v1
|
uses: n8n-io/validate-issue-template-content@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue