File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 pull_request :
8+ workflow_dispatch :
89
910permissions :
1011 contents : read
Original file line number Diff line number Diff line change 77 description : " Run in snapshot mode (no publish)"
88 type : boolean
99 default : false
10+ workflow_dispatch :
11+ inputs :
12+ dry_run :
13+ description : " Run in snapshot mode (no publish)"
14+ type : boolean
15+ default : false
1016
1117permissions :
1218 contents : write
Original file line number Diff line number Diff line change 77 description : " Run in dry-run mode (no tag created)"
88 type : boolean
99 default : false
10+ workflow_dispatch :
11+ inputs :
12+ dry_run :
13+ description : " Run in dry-run mode (no tag created)"
14+ type : boolean
15+ default : false
1016
1117permissions :
1218 contents : write
You can’t perform that action at this time.
0 commit comments