mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:39:34 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
36aad29a37
@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
app-id: ${{ vars.NOCOBASE_APP_ID }}
|
||||
private-key: ${{ secrets.NOCOBASE_APP_PRIVATE_KEY }}
|
||||
repositories: nocobase,pro-plugins,${{ join(fromJSON(vars.NEXT_PRO_PLUGIN_REPOS), ',') }},${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ',') }}
|
||||
repositories: nocobase,pro-plugins,plugin-${{ inputs.pro_plugin }},${{ join(fromJSON(vars.NEXT_PRO_PLUGIN_REPOS), ',') }},${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ',') }}
|
||||
skip-token-revoke: true
|
||||
- name: Checkout nocobase/nocobase
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user