Skip to content

Commit

Permalink
Fix checklist for BCD upgrades workflow (round 2) (web-platform-dx#2077)
Browse files Browse the repository at this point in the history
A follow up to web-platform-dx#2073
  • Loading branch information
ddbeck authored and vwallen committed Nov 5, 2024
1 parent f4b21da commit ca51c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bcd_upgrade_checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
continue-on-error: true
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 #v2.2.0

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

0 comments on commit ca51c92

Please sign in to comment.