Skip to content

Commit

Permalink
Also action
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed May 14, 2024
1 parent 749ac51 commit 7a56f4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- Disable Free Claims
- Profits to Treasury
- Transfer Reserved Names
- Subdomains V1
- Subdomains V2
sui_tools_image:
description: 'image reference of sui_tools'
default: 'mysten/sui-tools:mainnet'
Expand Down Expand Up @@ -112,15 +112,15 @@ jobs:
run: |
cd scripts && pnpm create-deepbook-pools
- name: Subdomains V1
if: ${{ inputs.transaction_type == 'Subdomains V1' }}
- name: Subdomains V2
if: ${{ inputs.transaction_type == 'Subdomains V2' }}
env:
NODE_ENV: production
GAS_OBJECT: ${{ inputs.gas_object_id }}
NETWORK: mainnet
ORIGIN: gh_action
run: |
cd scripts && pnpm subdomains::01
cd scripts && pnpm subdomains::02
- name: Show Transaction Data (To sign)
run: |
Expand Down

0 comments on commit 7a56f4b

Please sign in to comment.