Skip to content

Commit

Permalink
fix: update git info
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Nov 27, 2024
1 parent 97e3ce7 commit c1dbe65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Clone llama-cpp-python
run: |
git config --global user.email "[email protected]"
git config --global user.name "Podman Desktop team"
cd chat
./setup.sh
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Clone llama-cpp-python
run: |
git config --global user.email "[email protected]"
git config --global user.name "Podman Desktop team"
cd chat
./setup.sh
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
- name: Clone llama-cpp-python
run: |
git config --global user.email "[email protected]"
git config --global user.name "Podman Desktop team"
cd chat
./setup.sh
Expand Down Expand Up @@ -135,4 +137,4 @@ jobs:
with:
tag: ${{ needs.tag.outputs.githubTag }}
name: ${{ needs.tag.outputs.githubTag }}


0 comments on commit c1dbe65

Please sign in to comment.