Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Jul 6, 2023
1 parent d8a1fe5 commit 47eada4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
options:
- Main package upgrade
- Publish DayOne Package
- DayOne display, transfer policy & setup script
- DayOne display transfer policy and setup script
sui_tools_image:
description: 'image reference of sui_tools'
default: 'mysten/sui-tools:2d985a342263ae224966e871b24beeafe11d782a'
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
cd scripts && pnpm transactions::day_one::publish
- name: Setup DayOne Airdrop
if: ${{ inputs.transaction_type == 'DayOne display, transfer policy & setup script' }}
if: ${{ inputs.transaction_type == 'DayOne display transfer policy and setup script' }}
env:
NODE_ENV: production
GAS_OBJECT: ${{ inputs.gas_object_id }}
Expand Down

0 comments on commit 47eada4

Please sign in to comment.