Skip to content

Commit

Permalink
Add summary steps inside the identical files step of the GA
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Jan 4, 2024
1 parent dfea58d commit 73678f8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/diff_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,5 @@ jobs:
done
echo "Identical files:"
echo -e "$identical_files"
- name: Generate list using Markdown
run: |
echo "This is the lead in sentence for the list" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line
echo "- Lets add a bullet point" >> $GITHUB_STEP_SUMMARY
echo "- Lets add a second bullet point" >> $GITHUB_STEP_SUMMARY
echo "- How about a third one?" >> $GITHUB_STEP_SUMMARY
echo "Overview of the identical files, compared to the template" >> $GITHUB_STEP_SUMMARY
echo -e "$identical_files" >> $GITHUB_STEP_SUMMARY

0 comments on commit 73678f8

Please sign in to comment.