forked from phoenix/litellm-mirror
(chore) fix ci/cd yaml format
This commit is contained in:
parent
157b21c591
commit
094f6355e4
1 changed files with 7 additions and 7 deletions
|
@ -127,13 +127,13 @@ jobs:
|
||||||
circleci step halt
|
circleci step halt
|
||||||
fi
|
fi
|
||||||
- run:
|
- run:
|
||||||
name: Trigger Github Action for new Docker Container
|
name: Trigger Github Action for new Docker Container
|
||||||
command: |
|
command: |
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-H "Authorization: Bearer $GITHUB_TOKEN" \
|
-H "Authorization: Bearer $GITHUB_TOKEN" \
|
||||||
"https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \
|
"https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \
|
||||||
-d '{"ref":"main"}'
|
-d '{"ref":"main"}'
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue