Skip to content

Commit

Permalink
format brackets correctly in eth gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilAujla committed Nov 1, 2023
1 parent 4bf2ac1 commit d6b330d
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .github/workflows/sync-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,199 +171,199 @@ jobs:
- name: Github action to update Ethereum API - eth_createAccessList
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_createAccessList.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_CREATEACCESSLIST_ID }
rdme: openapi ethereum/eth_createAccessList.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_CREATEACCESSLIST_ID }}

- name: Github action to update Ethereum API - eth_blockNumber
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_blockNumber.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_BLOCKNUMBER_ID }
rdme: openapi ethereum/eth_blockNumber.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_BLOCKNUMBER_ID }}

- name: Github action to update Ethereum API - eth_call
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_call.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_CALL_ID }
rdme: openapi ethereum/eth_call.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_CALL_ID }}

- name: Github action to update Ethereum API - eth_accounts
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_accounts.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_ACCOUNTS_ID }
rdme: openapi ethereum/eth_accounts.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_ACCOUNTS_ID }}

- name: Github action to update Ethereum API - eth_newFilter
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_newFilter.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_NEWFILTER_ID }
rdme: openapi ethereum/eth_newFilter.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_NEWFILTER_ID }}

- name: Github action to update Ethereum API - eth_feeHistory
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_feeHistory.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_FEEHISTORY_ID }
rdme: openapi ethereum/eth_feeHistory.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_FEEHISTORY_ID }}

- name: Github action to update Ethereum API - eth_chainId
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_chainId.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_CHAINID_ID }
rdme: openapi ethereum/eth_chainId.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_CHAINID_ID }}

- name: Github action to update Ethereum API - eth_estimateGas
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_estimateGas.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_ESTIMATEGAS_ID }
rdme: openapi ethereum/eth_estimateGas.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_ESTIMATEGAS_ID }}

- name: Github action to update Ethereum API - eth_gasPrice
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_gasPrice.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GASPRICE_ID }
rdme: openapi ethereum/eth_gasPrice.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GASPRICE_ID }}

- name: Github action to update Ethereum API - eth_getBlockByHash
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBlockByHash.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBLOCKBYHASH_ID }
rdme: openapi ethereum/eth_getBlockByHash.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBLOCKBYHASH_ID }}

- name: Github action to update Ethereum API - eth_getBlockTransactionCountByHash
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBlockTransactionCountByHash.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBLOCKTRANSACTIONCOUNTBYHASH_ID }
rdme: openapi ethereum/eth_getBlockTransactionCountByHash.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBLOCKTRANSACTIONCOUNTBYHASH_ID }}

- name: Github action to update Ethereum API - eth_getBalance
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBalance.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBALANCE_ID }
rdme: openapi ethereum/eth_getBalance.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBALANCE_ID }}

- name: Github action to update Ethereum API - eth_getBlockByNumber
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBlockByNumber.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBLOCKBYNUMBER_ID }
rdme: openapi ethereum/eth_getBlockByNumber.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBLOCKBYNUMBER_ID }}

- name: Github action to update Ethereum API - eth_getBlockReceipts
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBlockReceipts.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBLOCKRECEIPTS_ID }
rdme: openapi ethereum/eth_getBlockReceipts.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBLOCKRECEIPTS_ID }}

- name: Github action to update Ethereum API - eth_getBlockTransactionCountByNumber
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getBlockTransactionCountByNumber.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETBLOCKTRANSACTIONCOUNTBYNUMBER_ID }
rdme: openapi ethereum/eth_getBlockTransactionCountByNumber.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETBLOCKTRANSACTIONCOUNTBYNUMBER_ID }}

- name: Github action to update Ethereum API - eth_getCode
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getCode.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETCODE_ID }
rdme: openapi ethereum/eth_getCode.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETCODE_ID }}

- name: Github action to update Ethereum API - eth_getFilterChanges
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getFilterChanges.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETFILTERCHANGES_ID }
rdme: openapi ethereum/eth_getFilterChanges.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETFILTERCHANGES_ID }}

- name: Github action to update Ethereum API - eth_getFilterLogs
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getFilterLogs.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETFILTERLOGS_ID }
rdme: openapi ethereum/eth_getFilterLogs.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETFILTERLOGS_ID }}

- name: Github action to update Ethereum API - eth_getLogs
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getLogs.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETLOGS_ID }
rdme: openapi ethereum/eth_getLogs.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETLOGS_ID }}

- name: Github action to update Ethereum API - eth_getProof
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getProof.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETPROOF_ID }
rdme: openapi ethereum/eth_getProof.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETPROOF_ID }}

- name: Github action to update Ethereum API - eth_getStorageAt
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getStorageAt.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETSTORAGEAT_ID }
rdme: openapi ethereum/eth_getStorageAt.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETSTORAGEAT_ID }}

- name: Github action to update Ethereum API - eth_getTransactionByBlockHashAndIndex
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getTransactionByBlockHashAndIndex.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETTRANSACTIONBYBLOCKHASHANDINDEX_ID }
rdme: openapi ethereum/eth_getTransactionByBlockHashAndIndex.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETTRANSACTIONBYBLOCKHASHANDINDEX_ID }}

- name: Github action to update Ethereum API - eth_getTransactionByHash
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getTransactionByHash.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETTRANSACTIONBYHASH_ID }
rdme: openapi ethereum/eth_getTransactionByHash.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETTRANSACTIONBYHASH_ID }}

- name: Github action to update Ethereum API - eth_getTransactionCount
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getTransactionCount.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETTRANSACTIONCOUNT_ID }
rdme: openapi ethereum/eth_getTransactionCount.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETTRANSACTIONCOUNT_ID }}

- name: Github action to update Ethereum API - eth_getTransactionReceipt
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getTransactionReceipt.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETTRANSACTIONRECEIPT_ID }
rdme: openapi ethereum/eth_getTransactionReceipt.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETTRANSACTIONRECEIPT_ID }}

- name: Github action to update Ethereum API - eth_getUncleByBlockHashAndIndex
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getUncleByBlockHashAndIndex.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETUNCLEBYBLOCKHASHANDINDEX_ID }
rdme: openapi ethereum/eth_getUncleByBlockHashAndIndex.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETUNCLEBYBLOCKHASHANDINDEX_ID }}

- name: Github action to update Ethereum API - eth_getUncleByBlockNumberAndIndex
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getUncleByBlockNumberAndIndex.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETUNCLEBYBLOCKNUMBERANDINDEX_ID }
rdme: openapi ethereum/eth_getUncleByBlockNumberAndIndex.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETUNCLEBYBLOCKNUMBERANDINDEX_ID }}

- name: Github action to update Ethereum API - eth_getUncleCountByBlockHash
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getUncleCountByBlockHash.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETUNCLECOUNTBYBLOCKHASH_ID }
rdme: openapi ethereum/eth_getUncleCountByBlockHash.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETUNCLECOUNTBYBLOCKHASH_ID }}

- name: Github action to update Ethereum API - eth_getUncleCountByBlockNumber
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getUncleCountByBlockNumber.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETUNCLECOUNTBYBLOCKNUMBER_ID }
rdme: openapi ethereum/eth_getUncleCountByBlockNumber.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETUNCLECOUNTBYBLOCKNUMBER_ID }}

- name: Github action to update Ethereum API - eth_maxPriorityFeePerGas
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_maxPriorityFeePerGas.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_MAXPRIORITYFEEPERGAS_ID }
rdme: openapi ethereum/eth_maxPriorityFeePerGas.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_MAXPRIORITYFEEPERGAS_ID }}

- name: Github action to update Ethereum API - eth_newBlockFilter
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_newBlockFilter.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_NEWBLOCKFILTER_ID }
rdme: openapi ethereum/eth_newBlockFilter.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_NEWBLOCKFILTER_ID }}

- name: Github action to update Ethereum API - eth_newPendingTransactionFilter
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_newPendingTransactionFilter.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_NEWPENDINGTRANSACTIONFILTER_ID }
rdme: openapi ethereum/eth_newPendingTransactionFilter.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_NEWPENDINGTRANSACTIONFILTER_ID }}

- name: Github action to update Ethereum API - eth_protocolVersion
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_protocolVersion.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_PROTOCOLVERSION_ID }
rdme: openapi ethereum/eth_protocolVersion.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_PROTOCOLVERSION_ID }}

- name: Github action to update Ethereum API - eth_sendRawTransaction
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_sendRawTransaction.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_SENDRAWTRANSACTION_ID }
rdme: openapi ethereum/eth_sendRawTransaction.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_SENDRAWTRANSACTION_ID }}

- name: Github action to update Ethereum API - eth_uninstallFilter
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_uninstallFilter.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_UNINSTALLFILTER_ID }
rdme: openapi ethereum/eth_uninstallFilter.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_UNINSTALLFILTER_ID }}

- name: Github action to update Ethereum API - net_listening
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/net_listening.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_NET_LISTENING_ID }
rdme: openapi ethereum/net_listening.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_NET_LISTENING_ID }}

- name: Github action to update Ethereum API - net_version
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/net_version.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_NET_VERSION_ID }
rdme: openapi ethereum/net_version.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_NET_VERSION_ID }}

- name: Github action to update Ethereum API - web3_clientVersion
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/web3_clientVersion.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_WEB3_CLIENTVERSION_ID }
rdme: openapi ethereum/web3_clientVersion.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_WEB3_CLIENTVERSION_ID }}

- name: Github action to update Ethereum API - web3_sha3
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/web3_sha3.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_WEB3_SHA3_ID }
rdme: openapi ethereum/web3_sha3.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_WEB3_SHA3_ID }}

- name: Github action to update Ethereum API - eth_getTransactionByBlockNumberAndIndex
uses: readmeio/[email protected]
with:
rdme: openapi ethereum/eth_getTransactionByBlockNumberAndIndex.yaml --key=${ secrets.README_API_KEY } --id=${ secrets.ETHEREUM_ETH_GETTRANSACTIONBYBLOCKNUMBERANDINDEX_ID }
rdme: openapi ethereum/eth_getTransactionByBlockNumberAndIndex.yaml --key=${{ secrets.README_API_KEY }} --id=${{ secrets.ETHEREUM_ETH_GETTRANSACTIONBYBLOCKNUMBERANDINDEX_ID }}

0 comments on commit d6b330d

Please sign in to comment.