Update .github/workflows/jira-sync.yml

From linting, quoting the env var

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Matt McQuillan
2024-06-10 15:16:58 -04:00
committed by GitHub
parent 6af76c02d1
commit 55edc0289a

View File

@@ -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'