Skip to content

Commit 1077408

Browse files
authored
Update Manual.yml
1 parent ff154c1 commit 1077408

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/Manual.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@ jobs:
2222
2323
- name: Was it hotfixed?
2424
run: |
25-
grep -e ",650," broken-features.csv
26-
if grep -q ",650," broken-features.csv; then
25+
grep -e ",6350," broken-features.csv
26+
if grep -q ",6350," broken-features.csv; then
2727
TODAY=$(npx utc-version --short)
2828
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
2929
echo "WAS_HOTFIXED=$TODAY"
3030
fi
31-
32-
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
3331
3432
- name: Comment on Issue Closure
3533
if: env.WAS_HOTFIXED
3634
uses: peter-evans/create-or-update-comment@v1
3735
with:
38-
issue-number: 6350
36+
issue-number: 3
3937
body: |
4038
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)