modify bug.md

This commit is contained in:
Ing 2023-09-20 08:42:08 +08:00
parent 4599ea620a
commit c4b72607d8
2 changed files with 9 additions and 3 deletions

View File

@ -13,13 +13,19 @@ Install ENV:
* NIC:
Arpl version:
* arpl:
* addons:
* modules:
* lkms:
DSM model:
DSM version:
DSM:
* model:
* version:
Issue:
logs:
(Plz review the content of #173, #175, #226 first)
...

View File

@ -22,7 +22,7 @@ jobs:
- name: Check Issues
run: |
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
if echo "${{ github.event.issue.body }}" | grep -q "ENV"; then
echo "FALG=true" >> $GITHUB_ENV
else
echo "FALG=false" >> $GITHUB_ENV