Skip to content

Commit

Permalink
correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikey committed Sep 28, 2021
1 parent 648c706 commit 24ce4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
AKASH_HOME: /home/runner/.akash
run: |-
unset AKASH_GAS
akash tx deployment update ${{inputs.SDL_PATH}} --dseq ${{inputs.AKASH_DSEQ}} --from AKASH_GITHUB_RUNNER--keyring-backend test --node http://135.181.181.120:28957 -y
akash tx deployment update ${{inputs.SDL_PATH}} --dseq ${{inputs.AKASH_DSEQ}} --from AKASH_GITHUB_RUNNER --keyring-backend test --node http://135.181.181.120:28957 -y
- name: Sleep before sending update
shell: bash
run: sleep 15s
Expand Down

0 comments on commit 24ce4b5

Please sign in to comment.