Skip to content

Commit 461a942

Browse files
ddbeckvwallen
authored andcommitted
Fix checklist for BCD upgrades workflow (round 3) (web-platform-dx#2079)
Apparently the search term needs to be single-quoted.
1 parent ca51c92 commit 461a942

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)