Skip to content

Commit 85cd954

Browse files
committed
Merged lines
1 parent b6a1fa8 commit 85cd954

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/sync-ai-personas-changes-to-project-repo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- name: Push changes to KudoAI/ai-personas
5959
run: |
6060
cd ${{ github.workspace }}/KudoAI/ai-personas
61-
git add .
62-
git commit -n -m \
61+
git add . && git commit -n -m \
6362
"$ESCAPED_MSG ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/ai-personas]" || true
6463
git pull --rebase
6564
git push

0 commit comments

Comments
 (0)