Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Sep 11, 2024
1 parent c52a049 commit e0c4678
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
# Output the extracted changelog for debugging
echo "$CHANGELOG"
echo "changelog=$CHANGELOG" >> $GITHUB_OUTPUT
# Make output
echo 'changelog<<EOF' >> $GITHUB_OUTPUT
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: echo changelog again
run: |
Expand Down

0 comments on commit e0c4678

Please sign in to comment.