From 44a5898eac47f61e3e1c86fdb83fd5035e155dee Mon Sep 17 00:00:00 2001 From: Hendrik Ebbers Date: Tue, 15 Oct 2024 12:01:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e64a937..dd7bc10 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ All information about the account is stored as output to the github action. The GitHub action takes the following inputs: -- `installMirrorNode`: A boolean parameter that is `false` by default. - If set to `true`, the action will install a mirror node in addition to the main node. - The mirror node can be accessed at `localhost:8080`. - | Input | Required | Default |Description | |----------------|-----------|---------|-------------------------------| | `installMirrorNode` | false | `false` | If set to `true`, the action will install a mirror node in addition to the main node. The mirror node can be accessed at `localhost:8080`. |