Skip to content

Commit

Permalink
Refer to install-aptos-cli in absolute terms in test-move action
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Jan 21, 2025
1 parent a6e733e commit df0dbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-move/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
using: composite
steps:
- name: Install Aptos CLI
uses: ./install-aptos-cli
uses: aptos-labs/actions/install-aptos-cli@main
if: ${{ inputs.SKIP_INSTALLING_CLI == 'false' }}
with:
CLI_VERSION: ${{ inputs.CLI_VERSION }}
Expand Down

0 comments on commit df0dbcc

Please sign in to comment.