Skip to content

Commit

Permalink
testing grep
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Apr 11, 2024
1 parent 7a80c10 commit 3a12da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monthly-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
{
echo "ISSUE_BODY<<EOF"
echo "${{ env.REVISED == 'true' && '### Changed:'}}"
echo "${{ env.REVISED == 'true' && '$(grep 'DEBUG - Revised' lcsh.log | grep -Eo '\[.+]$')' }}"
echo "${{ env.REVISED == 'true' && '$(grep "DEBUG - Revised" lcsh.log | grep -Eo "\[.+]$")' }}"
echo "${{ env.DEPRECATED == 'true' && '### Deprecated:' }}"
echo "${{ env.DEPRECATED == 'true' && '$DEPRECATED_LIST' }}"
echo EOF
Expand Down

0 comments on commit 3a12da3

Please sign in to comment.