You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Manual.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ jobs:
22
22
23
23
- name: Was it hotfixed?
24
24
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
27
27
TODAY=$(npx utc-version --short)
28
28
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
29
29
echo "WAS_HOTFIXED=$TODAY"
@@ -35,4 +35,4 @@ jobs:
35
35
with:
36
36
issue-number: 3
37
37
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