From 817d5af49aaca0b15346b7a9c94b5972073ffd94 Mon Sep 17 00:00:00 2001 From: hamzabessa Date: Fri, 27 Oct 2023 17:23:14 +0100 Subject: [PATCH] fix: fixing errors related to lenting --- .github/workflows/dependabot_jira.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot_jira.yml b/.github/workflows/dependabot_jira.yml index e1f908da4563..45013984a32c 100644 --- a/.github/workflows/dependabot_jira.yml +++ b/.github/workflows/dependabot_jira.yml @@ -2,8 +2,8 @@ name: Create Dependabot Ticket on Jira on: pull_request: - types: [ opened, reopened ] - branches: [ master ] + types: [opened, reopened] + branches: [master] env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}