Skip to content

Commit 075ff7e

Browse files
committed
fixed eof error in curl command
1 parent 95e9627 commit 075ff7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_librarygeneration_to_bkbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
7979
run: |
8080
curl -X POST -H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
81-
-d "{\"title\":\"Automated PR from brain-bican/models: new version of pydantic model(s).", \"body\":\"This PR includes changes to the following models:\\n\\n${ALL_CHANGED_FILES}\", \"head\":\"${{ env.branch_name }}\", \"base\":\"main\"}" \
81+
-d "{\"title\":\"Automated PR from brain-bican/models: new version of pydantic model(s).\", \"body\":\"This PR includes changes to the following models:\\n\\n${ALL_CHANGED_FILES}\", \"head\":\"${{ env.branch_name }}\", \"base\":\"main\"}" \
8282
https://api.github.com/repos/$TARGET_REPO/pulls

models_py-autogen/library_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Test5
1+
# Test6
22
from __future__ import annotations
33
from datetime import (
44
datetime,

0 commit comments

Comments
 (0)