Fix issue automation workflow
This commit is contained in:
@@ -72,7 +72,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ISSUE_DATA: ${{ toJson(github.event.issue) }}
|
ISSUE_DATA: ${{ toJson(github.event.issue) }}
|
||||||
run: |
|
run: |
|
||||||
echo 'LABELS='$(echo "$PR_DATA" | jq -r '[.labels[].name] | join(" ")') >> $GITHUB_ENV
|
echo 'LABELS='$(echo "$ISSUE_DATA" | jq -r '[.labels[].name] | join(" ")') >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set "Type" field
|
- name: Set "Type" field
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user