Skip to content

Commit ff154c1

Browse files
authored
Update Manual.yml
1 parent 191a982 commit ff154c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
2323
- name: Was it hotfixed?
2424
run: |
25-
grep -e ",6350," broken-features.csv
26-
if grep -q ",6350," broken-features.csv; then
25+
grep -e ",650," broken-features.csv
26+
if grep -q ",650," broken-features.csv; then
2727
TODAY=$(npx utc-version --short)
2828
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
2929
echo "WAS_HOTFIXED=$TODAY"

0 commit comments

Comments
 (0)