Skip to content

Commit

Permalink
CI: quote grep pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Oct 10, 2023
1 parent 815083d commit 1bc25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cargo msrv list 2> result.txt
echo 'The MSRV will not change.' > message.md
echo "new=$( \
grep -E [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+ result.txt \
grep -E '[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+' result.txt \
| tail -n 1 \
| cut -d \ -f 2\
)"
Expand Down

0 comments on commit 1bc25eb

Please sign in to comment.