fix(rag): Fix db schema aretriever bug (#1755)

This commit is contained in:
Fangyin Cheng
2024-07-30 10:30:42 +08:00
committed by GitHub
parent 55c8b39e2e
commit 25d7d94b89
3 changed files with 18 additions and 30 deletions

View File

@@ -1,20 +0,0 @@
name: Trigger Auto Publish
on:
push:
tags:
- "*"
jobs:
trigger-api:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Trigger Publish API
run: |
curl -X POST ${{secrets.PUBLISH_SECRET_API}} \
-H "Content-Type: application/json" \
-d '{"tag": "${{ github.ref }}"}'