Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Aug 8, 2022
1 parent 660e8b0 commit 166429b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Digital outputs, just as names
```yaml
steps:
- name: Get current time
uses: josStorer/get-current-time@v2
uses: josStorer/get-current-time@v2.0.1
id: current-time
with:
format: YYYYMMDD-HH
Expand Down Expand Up @@ -84,11 +84,9 @@ And you'll see the console output as following:

  action

    **** Should load (2 ms)
    **** Should load (1 ms)

    **** Should run with basic functionality (2 ms)

    **** Should run with format (1 ms)
    **** Should run with basic functionality (1 ms)

    **** Should run with other basic outputs (1 ms)

Expand All @@ -97,18 +95,18 @@ And you'll see the console output as following:
    **** Should throw error (1 ms)


File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
action.js | 100 | 100 | 100 | 100 |
| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
|-----------------|--------------|---------------|--------------|--------------|-----------------------------|
| All files | 100 | 100 | 100 | 100 | |
|  action.js | 100 | 100 | 100 | 100 | |

Test Suites: **1 passed**, 1 total

Tests: **6 passed**, 6 total
Tests: **5 passed**, 5 total

Snapshots: 0 total

Time: 2.50 s
Time: 1 s

Ran all test suites.

Expand Down

0 comments on commit 166429b

Please sign in to comment.