Skip to content

Commit 222a674

Browse files
committed
Add more changes
1 parent 836882d commit 222a674

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/preview_release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
INITIAL_COMMIT_SHA: ${{ vars.RELEASE_INITIAL_COMMIT_SHA }}
3434
INITIAL_VERSION: ${{ vars.RELEASE_INITIAL_VERSION }}
3535
- name: Summarize results
36-
run: cat release_notes_tmp.md | tee >> $GITHUB_STEP_SUMMARY
36+
run: cat release_notes_tmp.md >> $GITHUB_STEP_SUMMARY
3737
- name: Update PR comment
3838
if: github.event_name == 'pull_request'
3939
run: |

changelog/20250715_other_test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ kind: other
44
date: 2025-07-15
55
---
66

7+
Some test change that is not related to OIDC authentication.

0 commit comments

Comments
 (0)