File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 required : true
99 following_version :
1010 description : " The post (dev) version to set"
11- required : true
11+ required : false
1212 dry_run :
1313 description : " Dry Run?"
1414 default : false
2020 # Changes per repo
2121 PRODUCT_NAME : pymongo-auth-aws
2222 # Changes per branch
23- SILK_ASSET_GROUP : pymongo-auth-aws
2423 EVERGREEN_PROJECT : pymongo-auth-aws
2524 # Constant
2625 # inputs will be empty on a scheduled run. so, we only set dry_run
@@ -120,7 +119,6 @@ jobs:
120119 version : ${{ env.VERSION }}
121120 following_version : ${{ env.FOLLOWING_VERSION }}
122121 product_name : ${{ env.PRODUCT_NAME }}
123- silk_asset_group : ${{ env.SILK_ASSET_GROUP }}
124122 evergreen_project : ${{ env.EVERGREEN_PROJECT }}
125123 token : ${{ github.token }}
126124 dry_run : ${{ env.DRY_RUN }}
Original file line number Diff line number Diff line change 66 - id : check-added-large-files
77 - id : check-case-conflict
88 - id : check-toml
9+ - id : check-json
910 - id : check-yaml
1011 exclude : template.yaml
1112 - id : debug-statements
You can’t perform that action at this time.
0 commit comments