Skip to content

Commit f757e27

Browse files
authored
Update on_pull_request_main.yml
1 parent d51d8ef commit f757e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on_pull_request_main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
run: |
5353
npm run version
5454
npm run version-json
55-
55+
git --no-pager log --pretty=format:'%n{%n %x22commit%x22: %x22%H%x22,%n %x22author%x22: %x22%an%x22,%n %x22author_email%x22: %x22%ae%x22,%n %x22date%x22: %x22%ad%x22,%n %x22message%x22: %x22%f%x22%n},' > logs/changelog-data.json
56+
5657
# Push repository changes
5758
- name: Push changes to repository
5859
env:

0 commit comments

Comments
 (0)