Skip to content

Commit

Permalink
Update Manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 1, 2023
1 parent 191a982 commit ff154c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Was it hotfixed?
run: |
grep -e ",6350," broken-features.csv
if grep -q ",6350," broken-features.csv; then
grep -e ",650," broken-features.csv
if grep -q ",650," broken-features.csv; then
TODAY=$(npx utc-version --short)
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
echo "WAS_HOTFIXED=$TODAY"
Expand Down

0 comments on commit ff154c1

Please sign in to comment.