Skip to content

Commit 33caefc

Browse files
authored
chore(workflows): update-core-deps
1 parent f2a93cf commit 33caefc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/update-webref.yml renamed to .github/workflows/update-core-deps.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update webref
1+
name: Update core dependencies
22
on:
33
workflow_dispatch:
44
schedule:
@@ -17,18 +17,16 @@ jobs:
1717
node-version: '15'
1818

1919
- run: npm ci
20-
- id: run-update-webref
21-
run: npm i @webref/idl@latest @webref/css@latest
22-
continue-on-error: true
20+
- id: run-update
21+
run: npm i @webref/idl@latest @webref/css@latest @mdn/browser-compat-data@latest
2322
- run: npm run build && npm run baseline-accept
24-
if: ${{ steps.run-update-webref.outcome == 'success' }}
2523
- id: git-diff
2624
run: git diff --quiet HEAD baselines
2725
continue-on-error: true
2826
- uses: peter-evans/create-pull-request@v3
2927
if: ${{ steps.git-diff.outcome == 'failure' }}
3028
with:
31-
commit-message: "chore(package): update webref"
32-
title: "chore(package): update webref"
33-
branch: update-webref
29+
commit-message: "chore(package): update core dependencies"
30+
title: "chore(package): update core dependencies"
31+
branch: update-core-deps
3432

0 commit comments

Comments
 (0)