From c04a996fb4f42f7ff8b160fc8f0318e20855fb98 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 5 Sep 2023 10:24:07 +0100 Subject: [PATCH] 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 --- .github/workflows/check-issue-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-issue-template.yml b/.github/workflows/check-issue-template.yml index d3aab9405b..7eeff27a37 100644 --- a/.github/workflows/check-issue-template.yml +++ b/.github/workflows/check-issue-template.yml @@ -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 }}