File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ jobs:
45
45
echo "labels=$labels" >> $GITHUB_ENV
46
46
47
47
- name : Determine category from labels
48
- id : determineCategory
49
- run : |
50
- labels_json='${{ env.labels }}'
51
- echo "Labels: $labels_json"
52
- category=$(python scripts/determine_category.py "$labels_json")
53
- if [ -z "$category" ]; then
54
- echo "Category is empty. Please ensure the issue has a valid label."
55
- exit 1
56
- fi
57
- echo "category=$category" >> $GITHUB_OUTPUT
58
- echo "Category found: $category"
48
+ id : determineCategory
49
+ run : |
50
+ labels_json='${{ env.labels }}'
51
+ echo "Labels: $labels_json"
52
+ category=$(python scripts/determine_category.py "$labels_json")
53
+ if [ -z "$category" ]; then
54
+ echo "Category is empty. Please ensure the issue has a valid label."
55
+ exit 1
56
+ fi
57
+ echo "category=$category" >> $GITHUB_OUTPUT
58
+ echo "Category found: $category"
59
59
60
60
- name : Debug payload
61
61
run : echo "${{ steps.parseIssue.outputs.payload }}"
You can’t perform that action at this time.
0 commit comments