Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ As the **very last job** in your workflow, add

```yml
- name: Time reporter
uses: DeviesDevelopment/workflow-timer@v0.0.4
uses: DeviesDevelopment/workflow-timer@v0.1.1
```

Workflow-timer compares the current workflow run with the latest run on another
Expand Down Expand Up @@ -52,7 +52,7 @@ specify what branch to compare with.

```yml
- name: Time reporter
uses: DeviesDevelopment/workflow-timer@v0.0.4
uses: DeviesDevelopment/workflow-timer@v0.1.1
with:
compareBranch: 'your-branch-name'
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workflow-timer",
"description": "Workflow-timer is a GitHub action that measures the duration of the workflow and compares it to the duration of historical runs.",
"version": "0.1.0",
"version": "0.1.1",
"author": "",
"type": "module",
"license": "MIT",
Expand Down