Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre authored Feb 10, 2021
1 parent 47db26e commit 7874e32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Given your MySQL test instance (and the optional SQL queries log) you can simply
```yaml
- name: Install and run index-digest
id: run-index-digest
uses: macbre/actions-index-digest@0.5.0
uses: macbre/actions-index-digest@0.7.0
with:
index-digest-version: "1.4.0"
index-digest-version: "1.5.0" # or "latest" if you wish use the master version
index-digest-dsn: "mysql://test_user:test_password@127.0.0.1:3306/test_db"
index-digest-report-file: "./report.yml"
```
Expand Down Expand Up @@ -115,9 +115,9 @@ And then run the action:

```yaml
- name: Install and run index-digest
uses: macbre/actions-index-digest@0.5.0
uses: macbre/actions-index-digest@0.7.0
with:
index-digest-version: "1.4.0"
index-digest-version: "1.5.0"
index-digest-dsn: "mysql://test_user:test_password@127.0.0.1:3306/test_db"
index-digest-sql-log: "/tmp/log.sql" # use an absolute path here!
index-digest-report-file: "./report.yml"
Expand Down

0 comments on commit 7874e32

Please sign in to comment.