Skip to content

Commit f8dad3c

Browse files
committed
fix: script path
1 parent bb548d5 commit f8dad3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bot_updater.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: ✍️ Remove deprecated rules
6363
if: ${{ env.deprecated_rules_changed == 'true' }}
64-
run: dart lib/remove_deprecated_rules.dart
64+
run: dart bin/remove_deprecated_rules.dart
6565

6666
- name: 📝 Create Pull Request for deprecated rules
6767
if: ${{ env.deprecated_rules_changed == 'true' }}
@@ -72,7 +72,7 @@ jobs:
7272
commit-message: "fix: remove deprecated rules"
7373
title: "fix: remove deprecated rules"
7474
body: |
75-
There are rules deprecated that require an update to the Very Good Analysis.
75+
There are now rules deprecated that require an update to the Very Good Analysis.
7676
labels: bot
7777
author: VGV Bot <vgvbot@users.noreply.github.com>
7878
assignees: vgvbot

0 commit comments

Comments
 (0)