Skip to content

Commit 0d2d4c6

Browse files
committed
fix: deploy
1 parent 97ef1a0 commit 0d2d4c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
[ "${{ github.event.inputs.common }}" = "true" ] && services=$(echo $services | jq -c '. += ["common"]')
8787
[ "${{ github.event.inputs.oa }}" = "true" ] && services=$(echo $services | jq -c '. += ["oa"]')
8888
[ "${{ github.event.inputs.captcha }}" = "true" ] && services=$(echo $services | jq -c '. += ["captcha"]')
89+
[ "${{ github.event.inputs.admin }}" = "true" ] && services=$(echo $services | jq -c '. += ["admin"]')
8990
echo "matrix={\"service\":$(echo $services | jq -c .)}" >> $GITHUB_OUTPUT
9091
9192
build:

0 commit comments

Comments
 (0)