mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
fix typo (#508)
This commit is contained in:
parent
553c1d4fa7
commit
63cc3336c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -157,7 +157,7 @@ jobs:
|
||||||
key: ${{secrets.SSH_PRIVATE_KEY_DEVNET}}
|
key: ${{secrets.SSH_PRIVATE_KEY_DEVNET}}
|
||||||
options: |
|
options: |
|
||||||
--inventory inventory.yaml
|
--inventory inventory.yaml
|
||||||
--extra-vars network=ec2-rpcs
|
--extra-vars network=ec2_rpcs
|
||||||
--extra-vars rpc_image=${{ needs.devnet_build_push.outputs.image_name }}
|
--extra-vars rpc_image=${{ needs.devnet_build_push.outputs.image_name }}
|
||||||
|
|
||||||
devnet_dev-upgrade_node:
|
devnet_dev-upgrade_node:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue