Skip to content

Commit 33c760a

Browse files
authored
Fix checklist for BCD upgrades workflow (round 3) (#2079)
Apparently the search term needs to be single-quoted.
1 parent fd3da4c commit 33c760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bcd_upgrade_checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
continue-on-error: true
1717
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 #v2.2.0
1818

19-
- if: ${{ contains(steps.dependabot-metadata.outputs.dependency-names, "@mdn/browser-compat-data") }}
19+
- if: ${{ contains(steps.dependabot-metadata.outputs.dependency-names, '@mdn/browser-compat-data') }}
2020
continue-on-error: true
2121
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 #v4.0.0
2222
with:

0 commit comments

Comments
 (0)