Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
healthydeve committed Dec 15, 2023
1 parent a44c7f7 commit 4ba24a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- Withdraw Auction Profits
- Transfer Reserved Names
- Main package upgrade
- Stock quest store
- Create Deepbook Pools
sui_tools_image:
description: 'image reference of sui_tools'
default: 'mysten/sui-tools:mainnet'
Expand Down Expand Up @@ -168,8 +168,8 @@ jobs:
name: transaction-data
path: scripts/tx

- name: Stock Quest Store
if: ${{ inputs.transaction_type == 'Stock quest store' }}
- name: Create Deepbook Pools
if: ${{ inputs.transaction_type == 'Create Deepbook Pools' }}
env:
NODE_ENV: production
GAS_OBJECT: ${{ inputs.gas_object_id }}
Expand Down

0 comments on commit 4ba24a0

Please sign in to comment.