File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5
5
description : " default to ./target/${BUILD_PROFILE}/"
6
6
required : false
7
7
default : " "
8
+ category :
9
+ description : " Category to download, only works with s3/gcs"
10
+ required : false
11
+ default : " full"
8
12
artifacts :
9
13
description : " Artifacts to download, only works with s3/gcs"
10
14
required : false
25
29
with :
26
30
sha : ${{ github.sha }}
27
31
target : ${{ steps.target.outputs.target }}
28
- category : full
32
+ category : ${{ inputs.category }}
29
33
artifacts : ${{ inputs.artifacts }}
30
34
path : ${{ inputs.path }}
31
35
Original file line number Diff line number Diff line change 65
65
with :
66
66
ref : " refs/pull/${{ inputs.source_id }}/merge"
67
67
- uses : ./.github/actions/setup_bendsql
68
- - uses : ./.github/actions/setup_test
68
+ - uses : actions/setup-python@v5
69
+ with :
70
+ python-version : " 3.12"
69
71
- name : Download artifact
70
72
uses : ./.github/actions/artifact_download
71
73
with :
You can’t perform that action at this time.
0 commit comments