(chore) fix ci/cd yaml format

This commit is contained in:
ishaan-jaff 2023-12-26 10:39:29 +05:30
parent 157b21c591
commit 094f6355e4

View file

@ -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