如果在xbiz中重定义method,此前的情况是会丢弃java中定义的argsNormalizer。现在修改逻辑,保留java中的auth… #204
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Docs to Nop Community | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- docs/** | |
workflow_dispatch: | |
jobs: | |
sync-docs-to-community: | |
uses: nop-platform/.github/.github/workflows/sync-project-docs.yml@main | |
with: | |
repo: nop-entropy-docs | |
secrets: | |
token: ${{ secrets.NOP_PROJECT_DOCS_PAT }} |