Skip to content

Commit 2b28b33

Browse files
authored
Update Manual.yml
1 parent 1077408 commit 2b28b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Manual.yml

Lines changed: 3 additions & 3 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"
@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
issue-number: 3
3737
body: |
38-
This issue has been fixed and will appear in the next version. Ensure that the hotfix is disabled there. Add ${{env.WAS_HOTFIXED}} to refined-github/yolo/edit/main/broken-features.csv
38+
This issue has been fixed and will appear in the next version. Ensure that the hotfix is disabled there. Add `${{env.WAS_HOTFIXED}}` to refined-github/yolo/edit/main/broken-features.csv

0 commit comments

Comments
 (0)