📦 docs: 资源商店新增发布资源功能

This commit is contained in:
snowykami 2024-09-17 14:44:43 +08:00
parent dc8ad30b84
commit cb335720b7

View File

@ -43,7 +43,7 @@ jobs:
if: steps.check_title.outputs.title_match == 'true'
run: |
echo "Running Plugin/Resource issue handler."
python -m liteyuki_flow
python -m liteyuki_flow --handle
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}