Skip to content

Commit

Permalink
Reword Alias check message (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 16, 2023
1 parent a32fb14 commit e5c7678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/alias-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
uses: marocchino/[email protected]
with:
recreate: true
message: 'It looks like the following files were renamed. Please ensure you set aliases correctly:\n ${{ steps.check_files_moved.outputs.files }}'
message: |
It looks like the following files may have been renamed. Please ensure you set all needed aliases:
${{ steps.check_files_moved.outputs.files }}
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}

0 comments on commit e5c7678

Please sign in to comment.