Skip to content

Commit

Permalink
chore: fix sui version
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 27, 2024
1 parent 27daa6d commit 8d3a080
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Install Dependencies
description: 'Setup Sui CLI and install dependencies'

env:
SUI_VERSION: mainnet-v1.31.1

runs:
using: 'composite'

steps:
- name: Debug Action Input
- name: Assign Sui Version
shell: bash
run: echo "SUI_VERSION=${{ inputs.SUI_VERSION }}"
run: |
echo "SUI_VERSION=mainnet-v1.31.1" >> $GITHUB_ENV
- name: Install Dependencies
shell: bash
Expand Down

0 comments on commit 8d3a080

Please sign in to comment.