File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
});
58
58
}
59
59
- name : Check issue priority and clean body
60
- if : ${{ process.env .PRIORITY.includes('高い') }}
60
+ if : ${{ needs.set_env_priority.outputs .PRIORITY.includes('高い') }}
61
61
uses : actions/github-script@v6
62
62
with :
63
63
script : |
98
98
fi
99
99
100
100
- name : Close Issue if Field is Empty
101
- if : ${{ process.env .PRIORITY.includes('高い') && ( steps.check_field.outputs.field_empty == 'true' || steps.form.outputs.data == null || fromJSON(steps.form.outputs.data)['task-reasons-for-high-priority'] == '') }}
101
+ if : ${{ needs.set_env_priority.outputs .PRIORITY.includes('高い') && ( steps.check_field.outputs.field_empty == 'true' || steps.form.outputs.data == null || fromJSON(steps.form.outputs.data)['task-reasons-for-high-priority'] == '') }}
102
102
uses : actions/github-script@v6
103
103
with :
104
104
script : |
You can’t perform that action at this time.
0 commit comments