From 094f6355e49ae2676cde39288ebcdb4724f6ee0f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 26 Dec 2023 10:39:29 +0530 Subject: [PATCH] (chore) fix ci/cd yaml format --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8fe52e60..94d37a83c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -127,13 +127,13 @@ jobs: circleci step halt fi - run: - name: Trigger Github Action for new Docker Container - command: | - curl -X POST \ - -H "Accept: application/vnd.github.v3+json" \ - -H "Authorization: Bearer $GITHUB_TOKEN" \ - "https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \ - -d '{"ref":"main"}' + name: Trigger Github Action for new Docker Container + command: | + curl -X POST \ + -H "Accept: application/vnd.github.v3+json" \ + -H "Authorization: Bearer $GITHUB_TOKEN" \ + "https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \ + -d '{"ref":"main"}' workflows: version: 2