From 783084932fa0113f2d85575e84ddd28da8c0e8bf Mon Sep 17 00:00:00 2001 From: Ashitaka <96790496+ashitakah@users.noreply.github.com> Date: Sun, 27 Aug 2023 19:04:14 +0300 Subject: [PATCH] fix: yaml publish_type to typing_type --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a2ae176..8473f94 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'path to the `interfaces` folder containing the contract interfaces' default: 'src/interfaces' required: false - publish_type: + typing_type: description: 'interface compatibility: abi, ethers-v6, web3-v1' required: true package_name: