File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
60
60
- name : Copy sbom file to release assets
61
61
shell : bash
62
- if : ${{ ! '' }}
62
+ if : ${{ '' == '' }}
63
63
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
64
64
65
65
# only used for mongodb-client-encryption
66
66
- name : Augment SBOM and copy to release assets
67
- if : ${{ ''}}
67
+ if : ${{ '' != '' }}
68
68
uses : mongodb-labs/drivers-github-tools/sbom@v2
69
69
with :
70
70
silk_asset_group : ${{ '' }}
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
60
60
- name : Copy sbom file to release assets
61
61
shell : bash
62
- if : ${{ ! '' }}
62
+ if : ${{ '' == '' }}
63
63
run : cp sbom.json ${{ env.S3_ASSETS }}/sbom.json
64
64
65
65
# only used for mongodb-client-encryption
66
66
- name : Augment SBOM and copy to release assets
67
- if : ${{ ''}}
67
+ if : ${{ '' != '' }}
68
68
uses : mongodb-labs/drivers-github-tools/sbom@v2
69
69
with :
70
70
silk_asset_group : ${{ '' }}
You can’t perform that action at this time.
0 commit comments