Skip to content

Commit

Permalink
fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jul 28, 2023
1 parent 052c765 commit 72cec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ For an example of this in use look at [this repository's test workflow](https://
|---------------------------------|:------:|:------------:|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `github_token` | token | **Required** | set to `${{ secrets.GITHUB_TOKEN }}` |
| `provenance_version` | string | **Required** | Version of Provenance to test, either a release or a branch |
| `smart_contract_action_version` | string | **Required** | Version of the (Smart Contract Test action docker image)[https://hub.docker.com/r/provenanceio/smart-contract-action/tags] |
| `smart_contract_action_version` | string | **Required** | Version of the [Smart Contract Test action docker image](https://hub.docker.com/r/provenanceio/smart-contract-action/tags) |
| `init_data` | string | *Optional* | The directory that contains the initial seed data for Provenance. It should contain the `config`, `data`, and `keyring-test` directories. Example: [init_data](smart-contract-action%2Ftest%2Finit_data) |
| `test_script` | string | *Optional* | Script used to run tests after provenance has been setup and is running |

0 comments on commit 72cec22

Please sign in to comment.