Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Aug 8, 2024
1 parent e67c856 commit f407308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Solidity Exporter Action automates the process of extracting TypeScript interfac
| interfaces | path to the interfaces directory | src/interfaces | |
| contracts | path to the contracts directory | src/contracts | |
| libraries | path to the libraries directory | src/libraries | |
| export_type | `interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, interfaces and their ABIs as well | interfaces | interfaces, contracts |
| export_type | `interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, libraries, interfaces and their ABIs as well | interfaces | interfaces, contracts |

## Action Outputs

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
required: false
default: 'solidity/contracts'
export_type:
description: '`interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, interfaces and their ABIs as well'
description: '`interface` for exporting only the interfaces and their ABIs, `contracts` for exporting the contracts, libraries, interfaces and their ABIs as well'
required: false
default: 'interfaces'

Expand Down

0 comments on commit f407308

Please sign in to comment.