fix: 修改错误代码 #8
Annotations
2 errors and 1 warning
build-and-push
The template is not valid. .github/workflows/build-pro-image.yml (Line: 40, Col: 25): Error reading JToken from JsonReader. Path '', line 0, position 0.
|
build-and-push
The template is not valid. .github/workflows/build-pro-image.yml (Line: 40, Col: 25): Error reading JToken from JsonReader. Path '', line 0, position 0.
|
build-and-push
Encountered an error when evaluating display name ${{ format('for repo in {0}
do
cd ./packages/pro-plugins/@nocobase/$repo
if git show-ref --quiet refs/remotes/origin/{1}; then
git checkout {2}
else
if git show-ref --quiet refs/remotes/origin/{3}; then
git checkout {4}
else
git checkout main
fi
fi
cd ../../../../
done
', join(fromJSON(steps.get-pro-plugins.outputs.proRepos), ' '), github.head_ref || github.ref_name, github.head_ref || github.ref_name, github.event.pull_request.base.ref, github.event.pull_request.base.ref) }}. The template is not valid. .github/workflows/build-pro-image.yml (Line: 73, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
|