From d9c7192c184573509d8c7e2d505b78bd131c9142 Mon Sep 17 00:00:00 2001 From: ihavecoke Date: Fri, 18 Oct 2024 15:15:24 +0800 Subject: [PATCH] .. --- .github/workflows/feishu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feishu.yml b/.github/workflows/feishu.yml index b7630ae..e84bfad 100644 --- a/.github/workflows/feishu.yml +++ b/.github/workflows/feishu.yml @@ -20,6 +20,8 @@ jobs: branch: main - uses: oven-sh/setup-bun@v1 + + - name: Run update SFC Companies work items env: SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }} PLUGIN_SECRET: ${{ secrets.PLUGIN_SECRET }} @@ -28,8 +30,6 @@ jobs: TEMPLATE_ID: ${{ secrets.TEMPLATE_ID }} PROJECT_KEY: ${{ secrets.PROJECT_KEY }} PLUGIN_ID: ${{ secrets.PLUGIN_ID }} - - - name: Run update SFC Companies work items run: | bun install bun run src/feishu/index.ts --ids=${{ inputs.ids }} --all=${{ inputs.all }} \ No newline at end of file