File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and commit docs
22
33on :
44 push :
5- branches : [main]
5+ branches : [' main' ]
66
77permissions :
88 contents : write
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [5.x]
3+ branches : [' 5.x' ]
44 workflow_dispatch : {}
55
66permissions :
1919 - id : release
2020 uses : googleapis/release-please-action@v4
2121 with :
22- target-branch : 5.x
22+ target-branch : ' 5.x'
2323
2424 build :
2525 needs : [release_please]
7575 with :
7676 release_version : ${{ env.package_version }}
7777 product_name : mongodb
78- sarif_report_target_ref : 5.x
78+ sarif_report_target_ref : ' 5.x'
7979 third_party_dependency_tool : n/a
8080 dist_filenames : artifacts/*
8181 token : ${{ github.token }}
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [6.8]
3+ branches : [' 6.8' ]
44 workflow_dispatch : {}
55
66permissions :
@@ -19,11 +19,11 @@ jobs:
1919 - id : release
2020 uses : googleapis/release-please-action@v4
2121 with :
22- target-branch : 6.8
22+ target-branch : ' 6.8'
2323
2424 build :
2525 needs : [release_please]
26- name : " Perform any build or bundling steps, as necessary."
26+ name : ' Perform any build or bundling steps, as necessary.'
2727 uses : ./.github/workflows/build.yml
2828
2929 ssdlc :
7575 with :
7676 release_version : ${{ env.package_version }}
7777 product_name : mongodb
78- sarif_report_target_ref : 6.8
78+ sarif_report_target_ref : ' 6.8'
7979 third_party_dependency_tool : n/a
8080 dist_filenames : artifacts/*
8181 token : ${{ github.token }}
Original file line number Diff line number Diff line change 11on :
22 push :
3- branches : [main]
3+ branches : [' main' ]
44 workflow_dispatch : {}
55
66permissions :
1919 - id : release
2020 uses : googleapis/release-please-action@v4
2121 with :
22- target-branch : main
22+ target-branch : ' main'
2323
2424 build :
2525 needs : [release_please]
7575 with :
7676 release_version : ${{ env.package_version }}
7777 product_name : mongodb
78- sarif_report_target_ref : main
78+ sarif_report_target_ref : ' main'
7979 third_party_dependency_tool : n/a
8080 dist_filenames : artifacts/*
8181 token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments