Skip to content

Commit

Permalink
Trying to fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Jan 11, 2024
1 parent 6e7d2f7 commit 91f99fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/fast-forward-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
- name: Print diff log
run: |
echo -e "\nISSUES MENTIONED IN THE CHANGELOG:"
cat << EOF
${{ steps.git_log.outputs.issues }}
EOF
echo "${{ steps.git_log.outputs.issues }}"
echo -e "\nCHANGELOG SUMMARY:"
cat << EOF
${{ steps.git_log.outputs.log }}
EOF
echo "${{ steps.git_log.outputs.log }}"

0 comments on commit 91f99fa

Please sign in to comment.