Skip to content

Commit b6a1fa8

Browse files
adamluiericsciple
andcommitted
Used checksum for more reliable rsync file comparisons
Co-Authored-By: eric sciple <12102068+ericsciple@users.noreply.github.com>
1 parent 9767653 commit b6a1fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Sync ai-personas/ to KudoAI/ai-personas/python/
3333
run: |
34-
rsync -avh --delete \
34+
rsync -avhc --delete \
3535
${{ github.workspace }}/adamlui/python-utils/ai-personas/ \
3636
${{ github.workspace }}/KudoAI/ai-personas/python/
3737

0 commit comments

Comments
 (0)