Skip to content

Commit bbf8181

Browse files
committed
ci: remove not used inputs
1 parent 38b0aaa commit bbf8181

File tree

3 files changed

+2
-58
lines changed

3 files changed

+2
-58
lines changed

Diff for: .github/workflows/liquidation-reconstitution.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
network:
9-
description: 'Select the blockchain network for testing'
9+
description: 'AGORIC_NET'
1010
required: false
1111
default: 'emerynet'
1212
type: choice
@@ -16,22 +16,6 @@ on:
1616
- devnet
1717
- ollinet
1818
- xnet
19-
user1_mnemonic:
20-
description: 'The mnemonic phrase for the account to be used for vaults'
21-
required: false
22-
type: string
23-
user1_address:
24-
description: 'user1 account address'
25-
required: false
26-
type: string
27-
bidder_mnemonic:
28-
description: 'The mnemonic phrase for the account used for bidding'
29-
required: false
30-
type: string
31-
bidder_address:
32-
description: 'bidder account address'
33-
required: false
34-
type: string
3519
base_image:
3620
description: 'Base image tag for agoric-sdk'
3721
required: false
@@ -71,10 +55,6 @@ jobs:
7155
|| github.event_name == 'schedule' && 'local'
7256
|| 'local'
7357
}}
74-
user1_mnemonic: ${{ inputs.user1_mnemonic }}
75-
user1_address: ${{ inputs.user1_address }}
76-
bidder_mnemonic: ${{ inputs.bidder_mnemonic }}
77-
bidder_address: ${{ inputs.bidder_address }}
7858
base_image: ${{ inputs.base_image || 'latest' }}
7959
docker_image: ${{ inputs.docker_image || 'ghcr.io/agoric/agoric-3-proposals:latest' }}
8060

Diff for: .github/workflows/liquidation.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
network:
9-
description: 'Select the blockchain network for testing'
9+
description: 'AGORIC_NET'
1010
required: false
1111
default: 'emerynet'
1212
type: choice
@@ -16,22 +16,6 @@ on:
1616
- devnet
1717
- ollinet
1818
- xnet
19-
user1_mnemonic:
20-
description: 'The mnemonic phrase for the account to be used for vaults'
21-
required: false
22-
type: string
23-
user1_address:
24-
description: 'user1 account address'
25-
required: false
26-
type: string
27-
bidder_mnemonic:
28-
description: 'The mnemonic phrase for the account used for bidding'
29-
required: false
30-
type: string
31-
bidder_address:
32-
description: 'bidder account address'
33-
required: false
34-
type: string
3519
base_image:
3620
description: 'Base image tag for agoric-sdk'
3721
required: false
@@ -71,10 +55,6 @@ jobs:
7155
|| github.event_name == 'schedule' && 'local'
7256
|| 'local'
7357
}}
74-
user1_mnemonic: ${{ inputs.user1_mnemonic }}
75-
user1_address: ${{ inputs.user1_address }}
76-
bidder_mnemonic: ${{ inputs.bidder_mnemonic }}
77-
bidder_address: ${{ inputs.bidder_address }}
7858
base_image: ${{ inputs.base_image || 'latest' }}
7959
docker_image: ${{ inputs.docker_image || 'ghcr.io/agoric/agoric-3-proposals:latest' }}
8060

Diff for: .github/workflows/reusable-workflow.yml

-16
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,6 @@ on:
1414
mnemonic_phrase:
1515
required: false
1616
type: string
17-
user1_mnemonic:
18-
description: 'The mnemonic phrase for the account to be used for vaults'
19-
required: false
20-
type: string
21-
user1_address:
22-
description: 'user1 account address'
23-
required: false
24-
type: string
25-
bidder_mnemonic:
26-
description: 'The mnemonic phrase for the account used for bidding'
27-
required: false
28-
type: string
29-
bidder_address:
30-
description: 'bidder account address'
31-
required: false
32-
type: string
3317
base_image:
3418
description: 'Base image tag for agoric-sdk'
3519
required: false

0 commit comments

Comments
 (0)