File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444 "npm-package-arg" : " ^9.0.1" ,
4545 "proc-log" : " ^2.0.0" ,
4646 "semver" : " ^7.3.5" ,
47- "yaml" : " ^2.0.0-10 "
47+ "yaml" : " ^2.0.0-11 "
4848 },
4949 "files" : [
5050 " bin/" ,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ updates:
133133name: Audit
134134
135135on:
136- workflow_dispatch: null
136+ workflow_dispatch:
137137 schedule:
138138 # "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
139139 - cron: "0 1 * * 1"
@@ -163,7 +163,7 @@ jobs:
163163name: CI
164164
165165on:
166- workflow_dispatch: null
166+ workflow_dispatch:
167167 pull_request:
168168 branches:
169169 - '*'
@@ -612,7 +612,7 @@ updates:
612612name: Audit
613613
614614on:
615- workflow_dispatch: null
615+ workflow_dispatch:
616616 schedule:
617617 # "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
618618 - cron: "0 1 * * 1"
@@ -642,7 +642,7 @@ jobs:
642642name: CI - bbb
643643
644644on:
645- workflow_dispatch: null
645+ workflow_dispatch:
646646 pull_request:
647647 branches:
648648 - '*'
@@ -735,7 +735,7 @@ jobs:
735735name: CI - @name/aaaa
736736
737737on:
738- workflow_dispatch: null
738+ workflow_dispatch:
739739 pull_request:
740740 branches:
741741 - '*'
@@ -828,7 +828,7 @@ jobs:
828828name: CI
829829
830830on:
831- workflow_dispatch: null
831+ workflow_dispatch:
832832 pull_request:
833833 branches:
834834 - '*'
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ The repo file audit.yml needs to be updated:
353353 name: Audit
354354
355355 on:
356- workflow_dispatch: null
356+ workflow_dispatch:
357357 schedule:
358358 # "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
359359 - cron: "0 1 * * 1"
You can’t perform that action at this time.
0 commit comments