From 22c629374eea839a577393a8cdb41828cfc4fcce Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 27 Jan 2022 14:17:43 +0100 Subject: [PATCH] Fixes path to template for create-an-issue action. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c30fbc2..36d260c5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -231,4 +231,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filename: .github/publish-failure-issue-template.md + filename: ./monaco-editor/.github/publish-failure-issue-template.md