mirror of
https://github.com/taixingyiji/openit.git
synced 2025-12-14 09:12:16 +00:00
Update Nodes.yaml
This commit is contained in:
2
.github/workflows/Nodes.yaml
vendored
2
.github/workflows/Nodes.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
run: cp ./utils/pool/output.yaml ./utils/subconverter/input.yaml #output ./utils/subconverter/input.yaml
|
run: cp ./utils/pool/output.yaml ./utils/subconverter/input.yaml #output ./utils/subconverter/input.yaml
|
||||||
- name: subconverter #input ./utils/subconverter/input.yaml
|
- name: subconverter #input ./utils/subconverter/input.yaml
|
||||||
run: ./utils/subconverter/subconverter -g --artifact "filter" && rm ./utils/subconverter/input.yaml #delete ./utils/subconverter/input.yaml & output ./utils/subconverter/output.yaml
|
run: ./utils/subconverter/subconverter -g --artifact "filter" && rm ./utils/subconverter/input.yaml #delete ./utils/subconverter/input.yaml & output ./utils/subconverter/output.yaml
|
||||||
- name: fix output.yaml
|
- name: fix output
|
||||||
run: cd ./utils/subconverter/ && sed -i '/ !<str>/d' output.yaml #delete [ !<str>] to fix output.yaml
|
run: cd ./utils/subconverter/ && sed -i '/ !<str>/d' output.yaml #delete [ !<str>] to fix output.yaml
|
||||||
- name: move subconverter to clashcheck #input ./utils/subconverter/output.yaml
|
- name: move subconverter to clashcheck #input ./utils/subconverter/output.yaml
|
||||||
run: mv ./utils/subconverter/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml
|
run: mv ./utils/subconverter/output.yaml ./utils/clashcheck/input.yaml #output ./utils/clashcheck/input.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user