We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836882d commit 222a674Copy full SHA for 222a674
.github/workflows/preview_release_notes.yml
@@ -33,7 +33,7 @@ jobs:
33
INITIAL_COMMIT_SHA: ${{ vars.RELEASE_INITIAL_COMMIT_SHA }}
34
INITIAL_VERSION: ${{ vars.RELEASE_INITIAL_VERSION }}
35
- name: Summarize results
36
- run: cat release_notes_tmp.md | tee >> $GITHUB_STEP_SUMMARY
+ run: cat release_notes_tmp.md >> $GITHUB_STEP_SUMMARY
37
- name: Update PR comment
38
if: github.event_name == 'pull_request'
39
run: |
changelog/20250715_other_test.md
@@ -4,3 +4,4 @@ kind: other
4
date: 2025-07-15
5
---
6
7
+Some test change that is not related to OIDC authentication.
0 commit comments