File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
actions/compress_sign_and_upload Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,16 @@ description: 'Compresses package and signs with garasign'
3
3
4
4
inputs :
5
5
garasign_username :
6
+ description : ' Garasign username input for drivers-github-tools/garasign/gpg-sign'
6
7
required : true
7
8
garasign_password :
9
+ description : ' Garasign password input for drivers-github-tools/garasign/gpg-sign'
8
10
required : true
9
11
artifactory_username :
12
+ description : ' Artifactory username input for drivers-github-tools/garasign/gpg-sign'
10
13
required : true
11
14
artifactory_password :
15
+ description : ' Artifactory password input for drivers-github-tools/garasign/gpg-sign'
12
16
required : true
13
17
14
18
runs :
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v4
27
27
- name : actions/setup
28
28
uses : ./.github/actions/setup
29
- - name : actions/compress_and_sign
30
- uses : ./.github/actions/compress_and_sign
29
+ - name : actions/compress_sign_and_upload
30
+ uses : ./.github/actions/compress_sign_and_upload
31
31
with :
32
32
garasign_username : ${{ secrets.GRS_CONFIG_USER1_USERNAME }}
33
33
garasign_password : ${{ secrets.GRS_CONFIG_USER1_PASSWORD }}
You can’t perform that action at this time.
0 commit comments