File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
actions/publish_asset_to_s3 Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
- name : Publish Python
3
- description : " Publish Assets and Report "
2
+ name : Publish Release Asset to S3
3
+ description : " Publish Asset to S3 "
4
4
inputs :
5
5
version :
6
6
description : " The published version"
@@ -13,7 +13,9 @@ inputs:
13
13
required : true
14
14
dry_run :
15
15
description : " Whether this is a dry run"
16
- required : true
16
+ required : false
17
+ type : boolean
18
+ default : false
17
19
18
20
runs :
19
21
using : composite
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ jobs:
73
73
run : |
74
74
ls ${{ env.S3_ASSETS }}
75
75
cat ${{ env.S3_ASSETS }}/sarif-report.json
76
-
76
+
77
77
- name : actions/publish_asset_to_s3
78
78
uses : ./.github/actions/publish_asset_to_s3
79
79
with :
80
80
version : v6.5.0
81
81
product_name : js-bson-development
82
82
files : sarif-report.json
83
- dry_run : false
83
+ dry_run : true
You can’t perform that action at this time.
0 commit comments