We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377053 commit feb2e59Copy full SHA for feb2e59
1 file changed
.github/workflows/pr-emulator-wtf.yml
@@ -54,7 +54,7 @@ jobs:
54
exit 1
55
fi
56
while IFS= read -r line; do
57
- if [[ ! "$line" =~ ^model=Pixel7,version=[0-9]+$ ]]; then
+ if [[ ! "$line" =~ ^model=Pixel7,version=(2[3-9]|3[0-9]|40)$ ]]; then
58
echo "::error::Invalid line in devices.txt"
59
60
0 commit comments