mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
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:
2
.github/workflows/jira-sync.yml
vendored
2
.github/workflows/jira-sync.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user