Skip to content

Commit

Permalink
Don't list files in commit message (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv authored Dec 13, 2024
1 parent b0472e8 commit eaad9a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
- name: System Comment
if: steps.read_files.outputs.all_changed_and_modified_files != 'related_website_sets.JSON'
run: |
echo "<br/>***THIS PR CONTAINS SYSTEM CHANGES:***" >> message.txt
echo "${{ steps.read_files.outputs.all_changed_and_modified_files }}" >> message.txt
echo "***PLEASE REVIEW WITH CARE***" >> message.txt
echo "<br/>***THIS PR CONTAINS SYSTEM CHANGES PLEASE REVIEW WITH CARE!***" >> message.txt
- name: Write Comment
uses: mshick/add-pr-comment@v2
with:
Expand Down

0 comments on commit eaad9a7

Please sign in to comment.