We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81ed4 commit 258a5b6Copy full SHA for 258a5b6
action.yml
@@ -56,7 +56,7 @@ runs:
56
-p 11726:11726
57
-p 11826:11826
58
-e ENABLE_LOGS="${{ inputs.enable_logs }}"
59
- -e ENABLE_LOGS="${{ inputs.enable }}"
+ -e ENABLE="${{ inputs.enable }}"
60
-e NETWORK="${{ inputs.network }}"
61
--health-cmd "curl --no-progress-meter -X POST -H 'Content-Type: application/json' -d
62
'{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"getHealth\"}' 'http://localhost:8000/rpc'
0 commit comments