From 55edc0289a5d3ac86b4a3f1fd5362cc69663d493 Mon Sep 17 00:00:00 2001 From: Matt McQuillan Date: Mon, 10 Jun 2024 15:16:58 -0400 Subject: [PATCH] Update .github/workflows/jira-sync.yml From linting, quoting the env var Co-authored-by: Tim Gross --- .github/workflows/jira-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira-sync.yml b/.github/workflows/jira-sync.yml index b1d701ac2..2b96aafcd 100644 --- a/.github/workflows/jira-sync.yml +++ b/.github/workflows/jira-sync.yml @@ -25,7 +25,7 @@ jobs: - name: Set ticket type id: set-ticket-type run: | - echo "TYPE=GH Issue" >> $GITHUB_OUTPUT + echo "TYPE=GH Issue" >> "$GITHUB_OUTPUT" - name: Create ticket if an issue is labeled with hcc/jira if: github.event.action == 'labeled' && github.event.label.name == 'hcc/jira'