mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 04:07:50 +08:00
fix(ci): json error (#5192)
* fix(ci): pro plugins * fix: branch * fix: add quote * fix: branch * fix(ci): error * fix: typo * fix: error * fix: branch
This commit is contained in:
parent
b9c8705025
commit
a0fb3a448d
4
.github/workflows/build-pro-image.yml
vendored
4
.github/workflows/build-pro-image.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
||||
id: get-pro-plugins
|
||||
run: |
|
||||
if [[ "${{ github.head_ref || github.ref_name }}" == "main" ]]; then
|
||||
echo "proRepos='${{ vars.PRO_PLUGIN_REPOS }}'" >> $GITHUB_OUTPUT
|
||||
echo "proRepos=$(echo '${{ vars.PRO_PLUGIN_REPOS }}')" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "proRepos='${{ vars.NEXT_PRO_PLUGIN_REPOS }}'" >> $GITHUB_OUTPUT
|
||||
echo "proRepos=$(echo '${{ vars.NEXT_PRO_PLUGIN_REPOS }}')" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- uses: actions/create-github-app-token@v1
|
||||
id: app-token
|
||||
|
4
.github/workflows/manual-build-pro-image.yml
vendored
4
.github/workflows/manual-build-pro-image.yml
vendored
@ -29,9 +29,9 @@ jobs:
|
||||
id: get-pro-plugins
|
||||
run: |
|
||||
if [[ "${{ github.head_ref || github.ref_name }}" == "main" ]]; then
|
||||
echo "proRepos=${{ vars.PRO_PLUGIN_REPOS }}" >> $GITHUB_OUTPUT
|
||||
echo "proRepos=$(echo '${{ vars.PRO_PLUGIN_REPOS }}')" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "proRepos=${{ vars.NEXT_PRO_PLUGIN_REPOS }}" >> $GITHUB_OUTPUT
|
||||
echo "proRepos=$(echo '${{ vars.NEXT_PRO_PLUGIN_REPOS }}')" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- uses: actions/create-github-app-token@v1
|
||||
id: app-token
|
||||
|
Loading…
Reference in New Issue
Block a user