File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Update webref
1+ name : Update core dependencies
22on :
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
You can’t perform that action at this time.
0 commit comments