File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Update webref
1
+ name : Update core dependencies
2
2
on :
3
3
workflow_dispatch :
4
4
schedule :
@@ -17,18 +17,16 @@ jobs:
17
17
node-version : ' 15'
18
18
19
19
- 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
23
22
- run : npm run build && npm run baseline-accept
24
- if : ${{ steps.run-update-webref.outcome == 'success' }}
25
23
- id : git-diff
26
24
run : git diff --quiet HEAD baselines
27
25
continue-on-error : true
28
26
- uses : peter-evans/create-pull-request@v3
29
27
if : ${{ steps.git-diff.outcome == 'failure' }}
30
28
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
34
32
You can’t perform that action at this time.
0 commit comments