Skip to content

Commit 0ec181b

Browse files
PentushaCopilot
andauthored
Update .github/workflows/changelog.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f860301 commit 0ec181b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/changelog.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ jobs:
164164
if: ${{ inputs.diff-tool == 'openapi-diff' }}
165165
id: read_diff
166166
run: |
167-
CONTENT=$(cat openapi-diff.md)
168-
echo "diff_content=$CONTENT" >> $GITHUB_OUTPUT
167+
echo 'diff_content<<EOF' >> $GITHUB_OUTPUT
168+
cat openapi-diff.md >> $GITHUB_OUTPUT
169+
echo 'EOF' >> $GITHUB_OUTPUT
169170
170171
- name: Update pull request
171172
uses: nefrob/pr-description@v1.1.2

0 commit comments

Comments
 (0)