Skip to content

Commit b93b1f9

Browse files
committed
Release v0.3.1
1 parent 15c4127 commit b93b1f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As the **very last job** in your workflow, add
2020

2121
```yml
2222
- name: Time reporter
23-
uses: DeviesDevelopment/workflow-timer@v0.3.0
23+
uses: DeviesDevelopment/workflow-timer@v0.3.1
2424
```
2525
2626
Workflow-timer compares the current workflow run with the latest run on another
@@ -52,7 +52,7 @@ specify what branch to compare with.
5252

5353
```yml
5454
- name: Time reporter
55-
uses: DeviesDevelopment/workflow-timer@v0.3.0
55+
uses: DeviesDevelopment/workflow-timer@v0.3.1
5656
with:
5757
compareBranch: 'your-branch-name'
5858
```
@@ -64,7 +64,7 @@ comment is posted.
6464

6565
```yml
6666
- name: Time reporter
67-
uses: DeviesDevelopment/workflow-timer@v0.3.0
67+
uses: DeviesDevelopment/workflow-timer@v0.3.1
6868
with:
6969
percentageThreshold: 10
7070
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-timer",
33
"description": "Workflow-timer is a GitHub action that measures the duration of the workflow and compares it to the duration of historical runs.",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"author": "",
66
"type": "module",
77
"license": "MIT",

0 commit comments

Comments
 (0)