There was an error while loading. Please reload this page.
1 parent 97ef1a0 commit 0d2d4c6Copy full SHA for 0d2d4c6
1 file changed
.github/workflows/deploy.yaml
@@ -86,6 +86,7 @@ jobs:
86
[ "${{ github.event.inputs.common }}" = "true" ] && services=$(echo $services | jq -c '. += ["common"]')
87
[ "${{ github.event.inputs.oa }}" = "true" ] && services=$(echo $services | jq -c '. += ["oa"]')
88
[ "${{ github.event.inputs.captcha }}" = "true" ] && services=$(echo $services | jq -c '. += ["captcha"]')
89
+ [ "${{ github.event.inputs.admin }}" = "true" ] && services=$(echo $services | jq -c '. += ["admin"]')
90
echo "matrix={\"service\":$(echo $services | jq -c .)}" >> $GITHUB_OUTPUT
91
92
build:
0 commit comments