From a61175e06739221500eb57ef8d694f14ac027be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sat, 16 Dec 2023 00:47:49 +0100 Subject: [PATCH] Docs --- .../workflows/create-jira-issues-for-community-activities.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-jira-issues-for-community-activities.yml b/.github/workflows/create-jira-issues-for-community-activities.yml index 62c4544ca..f6cfe984e 100644 --- a/.github/workflows/create-jira-issues-for-community-activities.yml +++ b/.github/workflows/create-jira-issues-for-community-activities.yml @@ -8,12 +8,12 @@ on: required: true description: > Configure as explained under - https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows/Productivity/PostPullRequestChecksAutomation.md. + https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows/Productivity/CreateJiraIssuesForCommunityActivities.md. JIRA_API_KEY: required: true description: > Configure as explained under - https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows/Productivity/PostPullRequestChecksAutomation.md. + https://github.com/Lombiq/GitHub-Actions/blob/dev/Docs/Workflows/Productivity/CreateJiraIssuesForCommunityActivities.md. JIRA_PROJECT_KEY: required: true description: The project key in JIRA, i.e. the prefix of issue keys (the "KEY" part of KEY-123).