Skip to content

Commit 258a5b6

Browse files
Fix bug with passthrough of option to env (#674)
1 parent 3b81ed4 commit 258a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
-p 11726:11726
5757
-p 11826:11826
5858
-e ENABLE_LOGS="${{ inputs.enable_logs }}"
59-
-e ENABLE_LOGS="${{ inputs.enable }}"
59+
-e ENABLE="${{ inputs.enable }}"
6060
-e NETWORK="${{ inputs.network }}"
6161
--health-cmd "curl --no-progress-meter -X POST -H 'Content-Type: application/json' -d
6262
'{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"getHealth\"}' 'http://localhost:8000/rpc'

0 commit comments

Comments
 (0)