Skip to content

Commit 191a982

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Manual.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
on:
22
workflow_dispatch:
3+
push:
34

45

56
jobs:
@@ -22,7 +23,7 @@ jobs:
2223
- name: Was it hotfixed?
2324
run: |
2425
grep -e ",6350," broken-features.csv
25-
if [ grep -e ",6350," broken-features.csv ]; then
26+
if grep -q ",6350," broken-features.csv; then
2627
TODAY=$(npx utc-version --short)
2728
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
2829
echo "WAS_HOTFIXED=$TODAY"

0 commit comments

Comments
 (0)